Revert "Remove upper bounds and close #279"

This reverts commit 7a4f817d2f.
This commit is contained in:
Michael Snoyman 2014-08-25 12:00:43 +03:00
parent ebf9b693eb
commit 47b9b116fc

View file

@ -527,6 +527,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/277
addRange "Michael Snoyman" "pandoc" "< 1.13"
-- https://github.com/fpco/stackage/issues/279
addRange "Michael Snoyman" "MonadRandom" "< 0.2"
-- https://github.com/fpco/stackage/issues/281
addRange "Michael Snoyman" "lens" "< 4.4"