mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-27 06:31:56 +01:00
Remove upper bounds and close #120
This commit is contained in:
parent
94f9b91391
commit
d5d1f425bf
@ -136,10 +136,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"
|
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "shelly" "<= 1.0"
|
addRange "FP Complete <michael@fpcomplete.com>" "shelly" "<= 1.0"
|
||||||
|
|
||||||
-- 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
|
-- https://github.com/fpco/stackage/issues/122
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "shake" "< 0.10.7"
|
addRange "FP Complete <michael@fpcomplete.com>" "shake" "< 0.10.7"
|
||||||
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user