Server for stable, curated Haskell package sets
Go to file
Michael Snoyman 71d35bfa4f More concise recommended list
Problem: it's easy with the current "show four most recent" to run into
situations where- for example- only GHC 7.8 has had a successful build in
the past few days, and therefore it's the only snapshot that appears.
This gives a more consistent and useful listing of recommended
snapshots.

Styling of this is up for debate.
2014-11-03 14:03:40 +02:00
app Support using echo/not logging to stdout 2014-06-01 11:58:37 +02:00
config Pretty package page with metadata 2014-11-03 12:33:59 +01:00
Data A MIN_VERSION for Cabal 2014-10-31 11:15:41 +02:00
design Style tweaks 2014-06-09 11:15:15 +02:00
Handler More concise recommended list 2014-11-03 14:03:40 +02:00
Settings Cabal file loader development flag 2014-06-16 11:07:03 +02:00
static Pretty package page with metadata 2014-11-03 12:33:59 +01:00
templates More concise recommended list 2014-11-03 14:03:40 +02:00
test Fix all warnings 2014-07-30 12:10:45 +03:00
.dir-locals.el Use cabal-repl 2014-08-24 11:41:36 +02:00
.ghci Update .ghci file to include some extensions 2014-11-03 12:33:59 +01:00
.gitignore Create -sample config files to avoid credentials in repo 2014-10-24 13:57:40 +03:00
Application.hs Grab metadata and put it into the database 2014-10-28 15:06:19 +02:00
devel.hs Support using echo/not logging to stdout 2014-06-01 11:58:37 +02:00
DevelMain.hs Restrict snapshots to fpcomplete-only 2014-07-21 12:41:32 +02:00
Echo.hs Fix all warnings 2014-07-30 12:10:45 +03:00
font-awesome.min.css Pretty package page with metadata 2014-11-03 12:33:59 +01:00
Foundation.hs Add non-custom version of bootstrap for rest of pages 2014-11-03 12:33:59 +01:00
Import.hs WIP: Planned fixes for the Haddock unpacking 2014-10-24 13:50:59 +03:00
LICENSE Initial commit 2014-04-09 00:37:17 -07:00
Model.hs Initial Stackage upload code 2014-04-10 12:46:37 +03:00
README.md Create -sample config files to avoid credentials in repo 2014-10-24 13:57:40 +03:00
Settings.hs S3 persistence 2014-05-20 16:51:21 +03:00
stackage-server.cabal Pretty package page with metadata 2014-11-03 12:33:59 +01:00
Types.hs Haddock uploading/display 2014-10-24 13:50:59 +03:00

stackage-server

Server for stable, curated Haskell package sets

Code builds with the Stackage snapshot:

remote-repo: stackage:http://www.stackage.org/stackage/aecbf72b568a63e86a971311fee5475f076043cc

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.