Remove upper bounds and close #194

This commit is contained in:
Michael Snoyman 2014-03-21 14:08:10 +02:00
parent 31fa7d29c1
commit a1cf2cedb6

View File

@ -335,9 +335,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/189
addRange "Michael Snoyman" "statistics" "< 0.11"
-- https://github.com/fpco/stackage/issues/194
addRange "Michael Snoyman" "optparse-applicative" "< 0.8"
-- https://github.com/fpco/stackage/issues/197
when (ghcVer == GhcMajorVersion 7 6 && requireHP) $
addRange "Michael Snoyman" "parsers" "< 0.11"