stackage/README.md
Michael Snoyman 8825105005 Initial code
2012-11-20 14:01:43 +02:00

10 lines
338 B
Markdown

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.