mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-14 07:15:48 +01:00
Remove packages for #295
This commit is contained in:
parent
d30300a86e
commit
395339dc55
@ -259,7 +259,8 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
|
when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
|
||||||
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
||||||
[ "" -- too unreliable for the moment "distributed-process distributed-process-simplelocalnet"
|
[ "" -- too unreliable for the moment "distributed-process distributed-process-simplelocalnet"
|
||||||
, "threepenny-gui unification-fd"
|
-- https://github.com/fpco/stackage/issues/295
|
||||||
|
--, "threepenny-gui unification-fd"
|
||||||
]
|
]
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "compdata" "< 0.8"
|
addRange "FP Complete <michael@fpcomplete.com>" "compdata" "< 0.8"
|
||||||
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $
|
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user