mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Server for stable, curated Haskell package sets
This provides the ability to aggregate results in Prometheus, allowing metrics such as “average time per handler executed”. Summaries do not provide this facility, and since their use-case for other views on Prometheus is similar on `stackage-server`’s use-cases, it has been completely changed to Histograms. |
||
|---|---|---|
| app | ||
| config | ||
| Control | ||
| Data | ||
| design | ||
| Distribution/Package | ||
| etc | ||
| Handler | ||
| Settings | ||
| Stackage | ||
| static | ||
| templates | ||
| test | ||
| .dir-locals.el | ||
| .ghci | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .travis.yml | ||
| Application.hs | ||
| DevelMain.hs | ||
| font-awesome.min.css | ||
| Foundation.hs | ||
| fpbuild.config | ||
| Import.hs | ||
| LICENSE | ||
| README.md | ||
| Settings.hs | ||
| stack.yaml | ||
| stackage-server.cabal | ||
| Types.hs | ||
stackage-server
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 install yesod-bin
stack exec -- yesod devel