This commit is contained in:
Michael Snoyman 2014-10-22 13:25:40 +03:00
parent f61369e973
commit bc33d74377

View File

@ -533,7 +533,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "lifted-base" "< 0.2.2.2"
-- https://github.com/liyang/thyme/issues/29
when (ghcVer < GhcMajorVersion 7 6) $
when (ghcVer <= GhcMajorVersion 7 6) $
addRange "Michael Snoyman" "thyme" "< 0.3.5.3"
-- https://github.com/fpco/stackage/issues/224