Top 30 Haskell packages with most reverse dependencies
Tweet
Posted on February 3, 2014
by Kwang Yul Seo
Reverse Dependencies shows the reverse dependencies of each Haskell package (those packages that depend upon it). I sorted the list to check the packages with most reverse dependencies. Here are top 30 Haskell packages among 2348 packages.
- base 5961
- containers 2110
- bytestring 2018
- mtl 1664
- directory 1068
- text 979
- transformers 971
- filepath 934
- time 723
- array 696
- process 628
- QuickCheck 621
- network 581
- parsec 577
- random 537
- HUnit 491
- template-haskell 488
- vector 429
- binary 399
- test-framework 379
- utf8-string 334
- unix 331
- old-locale 325
- deepseq 323
- pretty 288
- stm 274
- test-framework-quickcheck2 270
- test-framework-hunit 264
- attoparsec 263
- aeson 254
Though the list does not show the importance of each package, there is high chance that you need to use at least one of these packages when you write your own package. So to become a seasoned Haskell programmer, you need to get accustomed to these packages.