Upper bounds for #99 and #100

This commit is contained in:
Michael Snoyman 2013-08-14 16:19:24 +03:00
parent 6f9a124be3
commit 9fad20820c

View File

@ -217,6 +217,12 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "vhd" "< 0.2"
addRange "Michael Snoyman" "cprng-aes" "< 0.4"
-- https://github.com/fpco/stackage/issues/99
addRange "Michael Snoyman" "hspec" "< 1.7"
-- https://github.com/fpco/stackage/issues/100
addRange "Michael Snoyman" "tagged" "< 0.7"
addRange "Michael Snoyman" "hashable" "< 1.2"
-- Requires containers 0.5, not supported by GHC 7.4