Server for stable, curated Haskell package sets
Go to file
2016-07-07 15:06:48 -07:00
app Overhaul to match latest Yesod scaffolding 2016-05-17 21:08:18 +03:00
config Overhaul to match latest Yesod scaffolding 2016-05-17 21:08:18 +03:00
Data Overhaul to match latest Yesod scaffolding 2016-05-17 21:08:18 +03:00
design New homepage and new top nav (#52) 2014-12-14 20:18:40 +01:00
Distribution/Package Lay out module listings hierarchically 2015-10-04 11:59:39 +03:00
etc Update devops-helpers 2016-07-07 15:06:48 -07:00
Handler Ignore non-present packages 2016-06-16 15:06:26 +02:00
Settings Overhaul to match latest Yesod scaffolding 2016-05-17 21:08:18 +03:00
Stackage Update search results to link to stackage.org 2016-06-14 16:47:17 +02:00
static Add style for self-link 2016-06-27 09:56:48 +02:00
templates Avoid double-escaping docs 2016-06-08 14:21:14 +02:00
test Overhaul to match latest Yesod scaffolding 2016-05-17 21:08:18 +03:00
.dir-locals.el Add johan-tibell style to .dir-locals.el 2016-06-14 16:46:45 +02:00
.ghci Update .ghci file to include some extensions 2014-11-03 12:33:59 +01:00
.gitignore Update gitignore 2015-10-11 14:38:56 +03:00
.gitmodules Script deploy to multi-AZ Kube from CI 2016-02-18 07:49:57 -08:00
.travis.yml Prebuild haskell-src-exts 2016-05-02 16:05:13 +03:00
Application.hs Force SSL after metrics middleware (not before) 2016-06-16 16:12:53 -07:00
DevelMain.hs Update DevelMain 2016-06-08 14:22:16 +02:00
font-awesome.min.css Pretty package page with metadata 2014-11-03 12:33:59 +01:00
Foundation.hs Overhaul to match latest Yesod scaffolding 2016-05-17 21:08:18 +03:00
fpbuild.config Add fpbuild.config 2015-01-07 16:00:36 +00:00
Import.hs Add a counter & duration timer for every route 2016-06-10 16:28:42 -07:00
LICENSE Initial commit 2014-04-09 00:37:17 -07:00
README.md Remove outdated README content (fixes #178) 2016-05-18 08:55:29 +03:00
Settings.hs Overhaul to match latest Yesod scaffolding 2016-05-17 21:08:18 +03:00
stack.yaml Switch to lts-5 runtime image 2016-06-16 17:08:01 +03:00
stackage-server.cabal Add rtsopts -T so we can see GCStats 2016-06-16 12:22:16 -07:00
Types.hs ToJSON for SnapshotDiff 2015-10-17 20:29:14 +03:00

stackage-server

Build Status

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 build yesod-bin
stack exec -- yesod devel