Upper bound for #271

This commit is contained in:
Michael Snoyman 2014-08-12 09:12:43 +03:00
parent ea67ee007b
commit bf2fb99e57

View File

@ -493,6 +493,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/269
addRange "Michael Snoyman" "tasty-hunit" "< 0.9"
-- https://github.com/fpco/stackage/issues/271
when (ghcVer < GhcMajorVersion 7 8) $
addRange "Michael Snoyman" "aeson" "< 0.8"
where
add maintainer package = addRange maintainer package "-any"
addRange maintainer package range =