Upper bounds for #285

This commit is contained in:
Michael Snoyman 2014-09-03 08:33:40 +03:00
parent 915ef21c6f
commit 3a1752afce

View File

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