Fix for cloud Haskell

This commit is contained in:
Michael Snoyman 2014-03-27 18:13:47 +02:00
parent 7545c144bd
commit 9bfa5fc6f7

View File

@ -170,7 +170,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
, "persistent-mongoDB fpco-api"
, "threepenny-gui base16-bytestring convertible"
]
when (ghcVer == GhcMajorVersion 7 4) $
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
[ "distributed-process distributed-process-simplelocalnet"
]