You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Konstantin Zudov b4f2c27017
Provide JSON representation of the diff
8 years ago
Data Download links for latest Stack (fixes commercialhaskell/stack#532) 8 years ago
Distribution/Package Lay out module listings hierarchically 8 years ago
Handler Provide JSON representation of the diff 8 years ago
Settings Cabal file loader development flag 9 years ago
Stackage ToJSON for SnapshotDiff 8 years ago
app Beginning of stackage-server-cron 8 years ago
config Badges 8 years ago
design New homepage and new top nav (#52) 9 years ago
docker Build Docker images with stack instead of cabal 8 years ago
static Highlight code in README files 8 years ago
templates Refactor snapshot diffs 8 years ago
test LTS update, warning cleanup 8 years ago
.dir-locals.el Use cabal-repl 9 years ago
.ghci Update .ghci file to include some extensions 9 years ago
.gitignore Update gitignore 8 years ago
.travis.yml Don't use wildcards 8 years ago
Application.hs Fix Haddocks 8 years ago
DevelMain.hs Restrict snapshots to fpcomplete-only 9 years ago
Echo.hs Remove !MIN_VERSION_time(1,5,0) conditional 8 years ago
Foundation.hs Download links for latest Stack (fixes commercialhaskell/stack#532) 8 years ago
Import.hs Got rid of trivial ghc warnings 8 years ago
LICENSE Initial commit 9 years ago
README.md Update README 8 years ago
Settings.hs Allow less downloading during dev 8 years ago
Types.hs ToJSON for SnapshotDiff 8 years ago
devel.hs Support using echo/not logging to stdout 9 years ago
docker.sh docker.sh: more useful output at end 8 years ago
font-awesome.min.css Pretty package page with metadata 9 years ago
fpbuild.config Add fpbuild.config 9 years ago
stack.yaml Bump the resolver 8 years ago
stackage-server.cabal ToJSON for SnapshotDiff 8 years ago
upload-cabal-loader.sh Buffering and upload script 9 years ago

README.md

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.