mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Stable Haskell package sets: vetted consistent packages from Hackage
| app | ||
| haskell-platform@73a58050d8 | ||
| Stackage | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
| Setup.hs | ||
| stackage.cabal | ||
stackage
"Stable Hackage," tools for creating a vetted set of packages from Hackage.
A note about the codebase: the goal is to minimize dependencies and have the maximum range of supported compiler versions. Therefore, we avoid anything "complicated." For example, instead of using the text package, we use Strings everywhere.