Upper bound for #236

This commit is contained in:
Michael Snoyman 2014-06-01 06:14:45 +03:00
parent ec9d13c010
commit 9d90ec0b3f

View File

@ -430,6 +430,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/235
addRange "Michael Snoyman" "entropy" "< 0.3"
-- https://github.com/fpco/stackage/issues/236
addRange "Michael Snoyman" "attoparsec" "< 0.12"
-- Requires too new a version of text
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"