mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-27 14:41:59 +01:00
Cloud Haskell deps not up-to-date
This commit is contained in:
parent
59c2ae84c1
commit
2d4b74f669
@ -169,8 +169,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
, "cairo diagrams-cairo"
|
, "cairo diagrams-cairo"
|
||||||
, "persistent-mongoDB fpco-api"
|
, "persistent-mongoDB fpco-api"
|
||||||
, "threepenny-gui base16-bytestring convertible"
|
, "threepenny-gui base16-bytestring convertible"
|
||||||
, "distributed-process distributed-process-simplelocalnet"
|
|
||||||
]
|
]
|
||||||
|
when (ghcVer == GhcMajorVersion 7 4) $
|
||||||
|
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
||||||
|
[ "distributed-process distributed-process-simplelocalnet"
|
||||||
|
]
|
||||||
-- 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