Cloud Haskell deps not up-to-date

This commit is contained in:
Michael Snoyman 2014-03-25 16:12:06 +02:00
parent 59c2ae84c1
commit 2d4b74f669

View File

@ -169,8 +169,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
, "cairo diagrams-cairo"
, "persistent-mongoDB fpco-api"
, "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
addRange "FP Complete <michael@fpcomplete.com>" "persistent-mongoDB" "< 1.3.1 || > 1.3.1"
when (ghcVer < GhcMajorVersion 7 6) $ do