Add in some of the Cloud Haskell packages

This commit is contained in:
Michael Snoyman 2014-12-09 16:31:09 +02:00
parent e8aef7c343
commit aac7bc3f98

View File

@ -317,6 +317,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
[ "criterion"
, "th-lift singletons th-desugar quickcheck-assertions"
, "distributed-process distributed-process-simplelocalnet" -- cloud-haskell"
]
addRange "FP Complete <michael@fpcomplete.com>" "kure" "<= 2.4.10"