Upper bound for #242

This commit is contained in:
Michael Snoyman 2014-06-12 06:28:34 +03:00
parent ceac2c4a98
commit 887b059d4b

View File

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