Remove upper bounds and close #207

This commit is contained in:
Michael Snoyman 2014-06-10 12:59:23 +03:00
parent dde4c19c42
commit d5bac2db51

View File

@ -403,9 +403,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "QuickCheck" "< 2.7"
addRange "Michael Snoyman" "tasty-quickcheck" "< 0.8.0.3"
-- https://github.com/fpco/stackage/issues/207
addRange "Michael Snoyman" "semigroups" "< 0.13"
-- https://github.com/fpco/stackage/issues/216
when (ghcVer == GhcMajorVersion 7 6) $
addRange "Michael Snoyman" "repa" "< 3.2.5.1"