Merge pull request #241 from xich/master

Add scotty and wai-middleware-static
This commit is contained in:
Michael Snoyman 2014-06-10 20:04:33 +03:00
commit 684bf6d452

View File

@ -273,6 +273,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
[ "categories comonad-extras recursion-schemes syb-extras"
]
when (ghcVer >= GhcMajorVersion 7 6) $
mapM_ (add "Andrew Farmer <afarmer@ittc.ku.edu>") $ words
"scotty wai-middleware-static"
mapM_ (add "Simon Hengel <sol@typeful.net>") $ words
"hspec doctest base-compat"
@ -347,7 +351,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
when (ghcVer >= GhcMajorVersion 7 6) $ do -- No GHC 7.4 support
mapM_ (add "Phil Hargett <phil@haphazardhouse.net>") $ words
"courier"
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
mapM_ (add "Aycan iRiCAN <iricanaycan@gmail.com>") $ words
"hdaemonize hsyslog hweblib"