mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 07:48:31 +01:00
Don't build unification-fd on 7.8
This commit is contained in:
parent
44be73a24b
commit
180dee2999
@ -174,7 +174,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
#endif
|
||||
|
||||
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
||||
[ "web-fpco th-expand-syns configurator compdata smtLib unification-fd"
|
||||
[ "web-fpco th-expand-syns configurator compdata smtLib"
|
||||
, "fixed-list indents language-c pretty-class"
|
||||
, "aws csv-conduit cassava"
|
||||
, "async shelly thyme"
|
||||
@ -186,7 +186,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
|
||||
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
||||
[ "distributed-process distributed-process-simplelocalnet"
|
||||
, "threepenny-gui"
|
||||
, "threepenny-gui unification-fd"
|
||||
]
|
||||
-- Deprecated version
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "persistent-mongoDB" "< 1.3.1 || > 1.3.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user