Upper bounds for #188

This commit is contained in:
Michael Snoyman 2014-03-03 16:09:11 +02:00
parent 02a39ab02f
commit e6ec0cd50e

View File

@ -333,6 +333,13 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/187
addRange "Michael Snoyman" "cpphs" "< 1.18.2"
-- https://github.com/fpco/stackage/issues/188
addRange "Michael Snoyman" "tasty" "< 0.8"
addRange "Michael Snoyman" "tasty-golden" "< 2.2"
addRange "Michael Snoyman" "tasty-hunit" "< 0.8"
addRange "Michael Snoyman" "tasty-quickcheck" "< 0.8"
addRange "Michael Snoyman" "tasty-smallcheck" "< 0.8"
-- Requires aeson 0.6.*
addRange "Michael Snoyman" "threepenny-gui" "< 0.4.1"