Revert "Remove upper bounds and close #46"

This reverts commit f956674d25.
This commit is contained in:
Michael Snoyman 2013-08-27 18:03:48 +03:00
parent 2a89071bca
commit 21b197d125

View File

@ -196,6 +196,9 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
mapM_ (add "Adam Bergmark <adam@edea.se>") $ words
"fay fay-base"
-- https://github.com/fpco/stackage/issues/46
addRange "Michael Snoyman" "QuickCheck" "< 2.6"
-- https://github.com/fpco/stackage/issues/68
addRange "Michael Snoyman" "criterion" "< 0.8"