mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-25 20:47:54 +01:00
Only build criterion for GHC 7.8 and later (due to binary package issues)
This commit is contained in:
parent
3e76eaff9b
commit
9107082031
@ -223,7 +223,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
, "base16-bytestring convertible"
|
, "base16-bytestring convertible"
|
||||||
, "compdata hybrid-vectors"
|
, "compdata hybrid-vectors"
|
||||||
, "executable-path formatting"
|
, "executable-path formatting"
|
||||||
, "criterion"
|
|
||||||
]
|
]
|
||||||
when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
|
when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
|
||||||
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
||||||
@ -231,6 +230,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
, "threepenny-gui unification-fd"
|
, "threepenny-gui unification-fd"
|
||||||
]
|
]
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "compdata" "< 0.8"
|
addRange "FP Complete <michael@fpcomplete.com>" "compdata" "< 0.8"
|
||||||
|
when (ghcVer >= GhcMajorVersion 7 8) $
|
||||||
|
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
||||||
|
[ "criterion"
|
||||||
|
]
|
||||||
|
|
||||||
-- Deprecated version
|
-- Deprecated version
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "persistent-mongoDB" "< 1.3.1 || > 1.3.1"
|
addRange "FP Complete <michael@fpcomplete.com>" "persistent-mongoDB" "< 1.3.1 || > 1.3.1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user