stackage-server/README.md
Emanuel Borsboom d36d922f13 Revert "Test commit for Jenkins"
This reverts commit bc2173b4b8.
2016-07-19 09:34:00 -07:00

695 B

stackage-server

Build Status

Server for stable, curated Haskell package sets

This repo is part of the Stackage project, and the live server can be viewed at https://www.stackage.org.

Running the server will automatically download an SQLite3 database from S3 containing package metadata and snapshot information. The SQLite3 database is generated by the stackage-server-cron executable in this repository.

You can run this site with yesod devel, e.g.:

stack --install-ghc build yesod-bin
stack exec -- yesod devel