Upper bounds for #281

This commit is contained in:
Michael Snoyman 2014-08-22 17:06:59 +03:00
parent 6ec657c43a
commit adf2c8517d

View File

@ -530,6 +530,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- 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"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- Yay workarounds for unnecessarily old versions
let peg x y = addRange "Haskell Platform" x y