mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Server for stable, curated Haskell package sets
Simple fix: was only adding packages from the build plan, not from the core libraries list. Most of the annoyance in the patch is just dealing with the multiple PackageName and Version types. |
||
|---|---|---|
| app | ||
| config | ||
| Data | ||
| design | ||
| Handler | ||
| Settings | ||
| static | ||
| templates | ||
| test | ||
| .dir-locals.el | ||
| .ghci | ||
| .gitignore | ||
| .travis.yml | ||
| Application.hs | ||
| cabal.config | ||
| devel.hs | ||
| DevelMain.hs | ||
| Echo.hs | ||
| font-awesome.min.css | ||
| Foundation.hs | ||
| fpbuild.config | ||
| Import.hs | ||
| LICENSE | ||
| Model.hs | ||
| README.md | ||
| Settings.hs | ||
| stackage-server.cabal | ||
| Types.hs | ||
| upload-cabal-loader.sh | ||
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.
Inside the config directory, there are two files ending in -sample. They
should be copied to remove the -sample suffix for the site to work. We do it
this way to avoid accidentally committing real database credentials into the
Git repository.