Upper bound for #235

This commit is contained in:
Michael Snoyman 2014-05-30 04:47:34 +03:00
parent 21deb00e56
commit 3c8ed97a44

View File

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