mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-02 15:04:37 +01:00
Don't add scotty/wai-middleware-static for GHC < 7.6
This commit is contained in:
parent
1347966667
commit
18b98099a2
@ -272,6 +272,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
[ "categories comonad-extras recursion-schemes syb-extras"
|
[ "categories comonad-extras recursion-schemes syb-extras"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
when (ghcVer >= GhcMajorVersion 7 6) $
|
||||||
mapM_ (add "Andrew Farmer <afarmer@ittc.ku.edu>") $ words
|
mapM_ (add "Andrew Farmer <afarmer@ittc.ku.edu>") $ words
|
||||||
"scotty wai-middleware-static"
|
"scotty wai-middleware-static"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user