Haskell Packages
All these packages should compile and work on GHC 7.6–7.10. A few of the packages may generate warnings; I’m working on fixing those. I follow the PVP, so you can rely on that for setting upper bounds on compatible versions. Additionally, any changes in the fourth decimal place of the version numbers is just a packaging thing, no real effects on code.
Hackage maintains their own copies of the Haddock documentation for the official releases; the link below is for the latest Darcs version. (Apologies for broken links to external modules, I’m working on it.) The “revdeps” link is to Roel van Dijk’s reverse dependency analysis of Hackage. The GitHub repositories are clones of the darcs repositories, for exploring whether to switch over eventually.
- bytestring-lexing
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Parse and produce literals efficiently from strict or lazy bytestrings.
- bytestring-trie
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Efficient map from strings to values.
- cabal-ffihugstest
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Debug Cabal’s interaction with ffihugs.
- data-fin
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Finite totally ordered sets.
- data-or
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— A data type for non-exclusive disjunction.
- exact-combinatorics
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Efficient exact computation of combinatoric functions.
- list-extras
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Common not-so-common functions for lists.
- logfloat
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Log-domain floating point numbers.
- pointless-fun
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Some common point-free combinators.
- prelude-safeenum
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— A redefinition of the Prelude’s Enum class in order to render it safe.
- stm-chans
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Additional types of channels for STM.
- unification-fd
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Simple generic unification algorithms.
- unix-bytestring
[hackage]
[revdeps]
[darcs]
[github]
[haddock]
— Unix/Posix-specific functions for ByteStrings.