Server for stable, curated Haskell package sets
Go to file
Michael Snoyman 706a977e19 Fix upload v2 core packages fpco/stackage#481
Simple fix: was only adding packages from the build plan, not from the
core libraries list. Most of the annoyance in the patch is just dealing
with the multiple PackageName and Version types.
2015-03-19 13:42:31 +02:00
app cabal file loader 2014-11-17 10:35:56 +02:00
config Stop tracking upload times from Hackage 2015-03-16 14:33:57 +02:00
Data Merge branch 'new-upload-v2' 2015-03-18 09:06:56 +02:00
design New homepage and new top nav (#52) 2014-12-14 20:18:40 +01:00
Handler Fix upload v2 core packages fpco/stackage#481 2015-03-19 13:42:31 +02:00
Settings Cabal file loader development flag 2014-06-16 11:07:03 +02:00
static New homepage and new top nav (#52) 2014-12-14 20:18:40 +01:00
templates Small step towards accommodating https, see #83 2015-03-18 13:06:53 -07: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 Ignore stackage-content 2014-12-15 15:13:06 +02:00
.travis.yml Install alex and happy 2015-03-18 10:42:09 +02:00
Application.hs Merge branch 'new-upload-v2' 2015-03-18 09:06:56 +02:00
cabal.config Fix bound on stackage package 2015-03-18 10:56: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 Add a .container over the widget in defaultLayout 2015-03-18 13:59:19 +01:00
fpbuild.config Add fpbuild.config 2015-01-07 16:00:36 +00:00
Import.hs Better unpacking code 2015-01-04 16:43:11 +02:00
LICENSE Initial commit 2014-04-09 00:37:17 -07:00
Model.hs Better URLs #37 2014-11-23 14:26:03 +02:00
README.md README improvements 2015-03-18 10:33:38 +02:00
Settings.hs Google OAuth authentication #40 2014-11-27 14:08:18 +02:00
stackage-server.cabal Replace runUploadState with mapM liftIO 2015-03-16 15:37:10 +02:00
Types.hs Remove view code (fixes #79) 2015-03-15 18:27:35 +02:00
upload-cabal-loader.sh Buffering and upload script 2014-11-17 10:47:59 +02: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.