Remove upper bounds and close #302

This commit is contained in:
Michael Snoyman 2014-10-13 10:32:15 +03:00
parent a46369e674
commit a13176e189

View File

@ -565,14 +565,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/291
addRange "Michael Snoyman" "random" "< 1.0.1.3"
-- https://github.com/fpco/stackage/issues/302
addRange "Michael Snoyman" "optparse-applicative" "< 0.11"
when (ghcVer >= GhcMajorVersion 7 8) $
addRange "Michael Snoyman" "criterion" "< 1.0.2"
addRange "Michael Snoyman" "tasty" "< 0.10.0.1"
addRange "Michael Snoyman" "haskell-packages" "< 0.2.4.3"
addRange "Michael Snoyman" "diagrams-lib" "< 1.2.0.4"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- Yay workarounds for unnecessarily old versions
let peg x y = addRange "Haskell Platform" x y