Upper bounds for #199

This commit is contained in:
Michael Snoyman 2014-03-19 19:57:53 +02:00
parent b515013a64
commit 254055bd4e

View File

@ -345,6 +345,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/198
addRange "Michael Snoyman" "lens" "< 4.1"
-- https://github.com/fpco/stackage/issues/199
addRange "Michael Snoyman" "QuickCheck" "< 2.7"
-- Requires too new a version of text
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
addRange "Michael snoyman" "attoparsec" "< 0.11.2.1"