Stable Haskell package sets: vetted consistent packages from Hackage
Go to file
Michael Snoyman 8825105005 Initial code
2012-11-20 14:01:43 +02:00
app Initial code 2012-11-20 14:01:43 +02:00
haskell-platform@73a58050d8 Initial code 2012-11-20 14:01:43 +02:00
Stackage Initial code 2012-11-20 14:01:43 +02:00
.gitignore Initial code 2012-11-20 14:01:43 +02:00
.gitmodules Initial code 2012-11-20 14:01:43 +02:00
LICENSE Initial code 2012-11-20 14:01:43 +02:00
package-list.txt 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 Initial code 2012-11-20 14:01:43 +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.