Upper bounds for #217

This commit is contained in:
Michael Snoyman 2014-05-05 09:31:28 +03:00
parent 8641d65b0f
commit 12f0e64c0e

View File

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