mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
19 lines
683 B
Markdown
19 lines
683 B
Markdown
stackage-server
|
|
===============
|
|
|
|
[](https://travis-ci.org/fpco/stackage-server)
|
|
|
|
Server for stable, curated Haskell package sets
|
|
|
|
This repo is part of the [Stackage project](https://github.com/fpco/stackage),
|
|
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 install yesod-bin
|
|
yesod devel
|