mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-25 20:47:54 +01:00
Only install repa-devil for GHC 7.6 and higher #105
This commit is contained in:
parent
d2e62400a9
commit
7ce316a46e
@ -102,7 +102,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
, "shakespeare-text process-conduit stm-conduit"
|
, "shakespeare-text process-conduit stm-conduit"
|
||||||
, "classy-prelude-yesod yesod-fay"
|
, "classy-prelude-yesod yesod-fay"
|
||||||
, "random-shuffle safe-failure"
|
, "random-shuffle safe-failure"
|
||||||
, "repa-devil"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
||||||
@ -116,6 +115,8 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
when (ghcVer < GhcMajorVersion 7 6) $ do
|
when (ghcVer < GhcMajorVersion 7 6) $ do
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"
|
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "shelly" "<= 1.0"
|
addRange "FP Complete <michael@fpcomplete.com>" "shelly" "<= 1.0"
|
||||||
|
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
||||||
|
add "FP Complete <michael@fpcomplete.com>" "repa-devil"
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "kure" "<= 2.4.10"
|
addRange "FP Complete <michael@fpcomplete.com>" "kure" "<= 2.4.10"
|
||||||
|
|
||||||
mapM_ (add "Neil Mitchell") $ words
|
mapM_ (add "Neil Mitchell") $ words
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user