Upper bounds for #207

This commit is contained in:
Michael Snoyman 2014-04-09 18:47:21 +03:00
parent df1e171914
commit e8ea64261f

View File

@ -371,6 +371,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/205
addRange "Michael Snoyman" "hastache" "< 0.6"
-- 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"