mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Fix for cloud Haskell
This commit is contained in:
parent
7545c144bd
commit
9bfa5fc6f7
@ -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"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user