Remove upper bounds and close #219

This commit is contained in:
Michael Snoyman 2014-06-10 12:57:14 +03:00
parent fb5d760e9b
commit 452e4753e4

View File

@ -418,9 +418,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "mtl" "< 2.2"
addRange "Michael Snoyman" "lifted-base" "< 0.2.2.2"
-- https://github.com/fpco/stackage/issues/219
addRange "Michael Snoyman" "comonad" "< 4.2"
-- https://github.com/fpco/stackage/issues/224
when (ghcVer <= GhcMajorVersion 7 6) $ do
addRange "Michael Snoyman" "zip-archive" "== 0.2.2.1"