Upper bound for #341

This commit is contained in:
Michael Snoyman 2014-11-27 17:31:09 +02:00
parent ecfc3d8643
commit 827843f658

View File

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