Remove upper bounds and close #210

This commit is contained in:
Michael Snoyman 2014-06-10 12:59:01 +03:00
parent 452e4753e4
commit dde4c19c42

View File

@ -406,9 +406,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/207
addRange "Michael Snoyman" "semigroups" "< 0.13"
-- https://github.com/fpco/stackage/issues/210
addRange "Michael Snoyman" "network" "< 2.5"
-- https://github.com/fpco/stackage/issues/216
when (ghcVer == GhcMajorVersion 7 6) $
addRange "Michael Snoyman" "repa" "< 3.2.5.1"