Remove upper bounds and close #286

This commit is contained in:
Michael Snoyman 2014-09-07 18:02:40 +03:00
parent b5b8ff0f36
commit 9bc59ce814

View File

@ -546,10 +546,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/285
addRange "Michael Snoyman" "tasty" "< 0.9"
-- https://github.com/fpco/stackage/issues/286
addRange "Michael Snoyman" "optparse-applicative" "< 0.10"
addRange "Michael Snoyman" "haskell-packages" "< 0.2.4.2"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- Yay workarounds for unnecessarily old versions
let peg x y = addRange "Haskell Platform" x y