Server for stable, curated Haskell package sets
Go to file
Michael Snoyman cce7fb3ddf Better production cabal file loading
We still need to load the cabal files to get them onto the system. Now
we just don't do any expensive processing.
2014-11-18 18:13:18 +02:00
app cabal file loader 2014-11-17 10:35:56 +02:00
config Remove unnecessary redirect stuff from keter.yaml 2014-11-17 12:29:15 +02:00
Data Better production cabal file loading 2014-11-18 18:13:18 +02:00
design Style tweaks 2014-06-09 11:15:15 +02:00
Handler Updated snapshot 2014-11-18 18:09:25 +02:00
Settings Cabal file loader development flag 2014-06-16 11:07:03 +02:00
static Remove static favicon.png/.ico (closes #24) 2014-11-13 16:10:06 +01:00
templates Make newly added tag clickable 2014-11-14 13:57:02 +01: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 Better production cabal file loading 2014-11-18 18:13:18 +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 Updated snapshot 2014-11-18 18:09:25 +02: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 Updated snapshot 2014-11-18 18:09:25 +02:00
README.md Updated snapshot 2014-11-18 18:09:25 +02:00
Settings.hs S3 persistence 2014-05-20 16:51:21 +03:00
stackage-server.cabal Slightly improved logging 2014-11-17 14:22:06 +02:00
Types.hs Haddock uploading/display 2014-10-24 13:50:59 +03:00
upload-cabal-loader.sh Buffering and upload script 2014-11-17 10:47:59 +02:00

stackage-server

Server for stable, curated Haskell package sets

Code builds with the Stackage snapshot:

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

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.