mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Merge pull request #241 from xich/master
Add scotty and wai-middleware-static
This commit is contained in:
commit
684bf6d452
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user