Upper bound for #219

This commit is contained in:
Michael Snoyman 2014-05-06 07:47:22 +03:00
parent 6a226679a4
commit 5736e9e5d4

View File

@ -395,6 +395,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/218
addRange "Michael Snoyman" "exceptions" "< 0.6"
-- https://github.com/fpco/stackage/issues/219
addRange "Michael Snoyman" "comonad" "< 4.2"
-- Requires too new a version of text
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"