Remove upper bounds and close #342

This commit is contained in:
Michael Snoyman 2014-11-28 07:25:16 +02:00
parent 7e38372dff
commit 7c3ff9072d

View File

@ -634,11 +634,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/341
addRange "Michael Snoyman" "haskell-names" "< 0.5"
-- https://github.com/fpco/stackage/issues/342
addRange "Michael Snoyman" "hspec" "< 2.1"
addRange "Michael Snoyman" "hspec-core" "< 2.1"
addRange "Michael Snoyman" "hspec-discover" "< 2.1"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- Yay workarounds for unnecessarily old versions
let peg x y = addRange "Haskell Platform" x y