Upper bound for #257

This commit is contained in:
Michael Snoyman 2014-07-18 10:34:23 +03:00
parent 3861f66d27
commit 0cab6ea80b

View File

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