Remove upper bound for hspec-meta

This commit is contained in:
Simon Hengel 2014-06-08 19:20:16 +08:00
parent 2341a0e9fb
commit f280a01868

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