No description
Find a file
2016-05-08 11:39:19 +03:00
app Make more stack ghci friendly 2016-05-02 14:17:50 +03:00
config Add Haddock style.css and script.js 2016-05-02 14:18:27 +03:00
Data Download links for latest Stack (fixes commercialhaskell/stack#532) 2015-10-15 04:20:52 +00: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 etc/build_deploy.sh: fix Docker to build 2016-04-29 14:48:40 -07:00
Handler Prevent concurrent Hoogle queries #172 2016-05-08 11:39:19 +03:00
Settings Cabal file loader development flag 2014-06-16 11:07:03 +02:00
Stackage LTS bump 2016-05-02 14:16:11 +03:00
static Add Haddock style.css and script.js 2016-05-02 14:18:27 +03:00
templates Link to package changes in snapshot diff 2016-04-20 09:08:10 -04:00
test LTS update, warning cleanup 2015-03-26 18:50:38 +02: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 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 Prevent concurrent Hoogle queries #172 2016-05-08 11:39:19 +03: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 Remove !MIN_VERSION_time(1,5,0) conditional 2015-10-06 12:04:50 +03:00
font-awesome.min.css Pretty package page with metadata 2014-11-03 12:33:59 +01:00
Foundation.hs Prevent concurrent Hoogle queries #172 2016-05-08 11:39:19 +03:00
fpbuild.config Add fpbuild.config 2015-01-07 16:00:36 +00:00
Import.hs Add package urls to snapshot diff 2016-04-20 08:45:24 -04:00
LICENSE Initial commit 2014-04-09 00:37:17 -07:00
README.md Update README 2015-05-15 06:48:42 +03:00
Settings.hs Force SSL in production (fixes #150) 2016-02-02 07:56:30 +00:00
stack.yaml LTS bump 2016-05-02 14:16:11 +03:00
stackage-server.cabal Add Haddock style.css and script.js 2016-05-02 14:18:27 +03: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.

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.

Running the server will automatically download an SQLite3 database from S3 containing package metadata and snapshot information. Note that this is unlike previous versions of this codebase, that stored that information in PostgreSQL, and required that local development uploaded its own snapshots.

The SQLite3 database is generated by the stackage-server-cron executable in this repository.