Upper bound for #218

This commit is contained in:
Michael Snoyman 2014-05-05 20:19:25 +03:00
parent f7c72bff3b
commit 6a226679a4

View File

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