mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Workaround for #122
This commit is contained in:
parent
d68e23e991
commit
17f66aeba2
@ -139,6 +139,9 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/120
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "fay" "< 0.18"
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "fay-base" "< 0.18"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/122
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "shake" "< 0.10.7"
|
||||
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
||||
add "FP Complete <michael@fpcomplete.com>" "repa-devil"
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "kure" "<= 2.4.10"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user