mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-31 08:30:24 +01:00
compdata upper bound for GHC < 7.8
This commit is contained in:
parent
8b20045af5
commit
9ca02cbc23
@ -184,13 +184,15 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
, "cairo diagrams-cairo"
|
, "cairo diagrams-cairo"
|
||||||
, "persistent-mongoDB fpco-api"
|
, "persistent-mongoDB fpco-api"
|
||||||
, "base16-bytestring convertible"
|
, "base16-bytestring convertible"
|
||||||
|
, "compdata"
|
||||||
]
|
]
|
||||||
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 =<<
|
||||||
[ "" -- too unreliable for the moment "distributed-process distributed-process-simplelocalnet"
|
[ "" -- too unreliable for the moment "distributed-process distributed-process-simplelocalnet"
|
||||||
, "threepenny-gui unification-fd"
|
, "threepenny-gui unification-fd"
|
||||||
, "compdata"
|
|
||||||
]
|
]
|
||||||
|
addRange "FP Complete <michael@fpcomplete.com>" "compdata" "< 0.8"
|
||||||
|
|
||||||
-- 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"
|
||||||
when (ghcVer < GhcMajorVersion 7 6) $ do
|
when (ghcVer < GhcMajorVersion 7 6) $ do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user