Stable Haskell package sets: vetted consistent packages from Hackage
Go to file
2012-11-26 14:43:10 +02:00
app Build tarballs, init 2012-11-22 10:25:03 +02:00
haskell-platform@73a58050d8 Initial code 2012-11-20 14:01:43 +02:00
Stackage Added some more output 2012-11-26 14:43:10 +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 Updated README a bit 2012-11-26 11:19:39 +02:00
Setup.hs Initial code 2012-11-20 14:01:43 +02:00
stackage.cabal tar 0.3 2012-11-25 08:49:26 +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.

Getting Started

As this project is just starting, we don't really have a solid set of steps. In general, the following set of commands should be good for getting started:

cabal update
cabal install cabal-dev
git clone https://github.com/snoyberg/stackage
cd stackage
git submodule update --init # get the Haskell Platform files
runghc app/stackage.hs build # takes a *long* time
runghc app/stackage.hs init # modifies your ~/.cabal/config file