Merge pull request #240 from sol/master

Remove upper bound for hspec-meta
This commit is contained in:
Michael Snoyman 2014-06-09 13:41:05 +03:00
commit 583e11f517

View File

@ -400,7 +400,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/199
addRange "Michael Snoyman" "QuickCheck" "< 2.7"
addRange "Michael Snoyman" "hspec-meta" "< 1.9"
addRange "Michael Snoyman" "tasty-quickcheck" "< 0.8.0.3"
-- https://github.com/fpco/stackage/issues/207