Upper bounds for #320

This commit is contained in:
Michael Snoyman 2014-10-30 15:42:40 +02:00
parent 77fa7fab34
commit bd6c3b57bb

View File

@ -596,6 +596,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/319
addRange "Michael Snoyman" "polyparse" "< 1.10"
-- https://github.com/fpco/stackage/issues/320
addRange "Michael Snoyman" "lens" "< 4.5"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- Yay workarounds for unnecessarily old versions
let peg x y = addRange "Haskell Platform" x y