Stable Haskell package sets: vetted consistent packages from Hackage
Go to file
Michael Snoyman 4e6e979e90 Stylish
2012-11-22 09:27:47 +02:00
app Code cleanup 2012-11-22 09:27:07 +02:00
haskell-platform@73a58050d8 Initial code 2012-11-20 14:01:43 +02:00
Stackage Stylish 2012-11-22 09:27:47 +02:00
.gitignore Code cleanup 2012-11-22 09:27:07 +02:00
.gitmodules Initial code 2012-11-20 14:01:43 +02:00
LICENSE Initial code 2012-11-20 14:01:43 +02:00
README.md Initial code 2012-11-20 14:01:43 +02:00
Setup.hs Initial code 2012-11-20 14:01:43 +02:00
stackage.cabal Code cleanup 2012-11-22 09:27:07 +02:00

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.