Remove upper bounds and close #122

This commit is contained in:
Michael Snoyman 2013-10-16 09:42:41 +03:00
parent 58cd68ff7e
commit 205545eee1

View File

@ -140,9 +140,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
when (ghcVer < GhcMajorVersion 7 6) $ do
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"
addRange "FP Complete <michael@fpcomplete.com>" "shelly" "<= 1.0"
-- 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"