Upper bound for #342

This commit is contained in:
Michael Snoyman 2014-11-27 17:35:27 +02:00
parent 827843f658
commit 3bf1b759da

View File

@ -634,6 +634,9 @@ 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"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- Yay workarounds for unnecessarily old versions
let peg x y = addRange "Haskell Platform" x y