Remove HTF upper bound

This commit is contained in:
Michael Snoyman 2014-04-10 07:39:01 +03:00
parent aa908dc94f
commit 4f830f8b46

View File

@ -371,10 +371,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/207
addRange "Michael Snoyman" "semigroups" "< 0.13"
-- https://github.com/skogsbaer/HTF/issues/33
when (ghcVer == GhcMajorVersion 7 4) $
addRange "Michael Snoyman" "HTF" "< 0.11.3"
-- Requires too new a version of text
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"