Upper bound for #302

This commit is contained in:
Michael Snoyman 2014-10-05 09:26:14 +03:00
parent a665487ca7
commit 5c936ee8e4

View File

@ -552,6 +552,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/291
addRange "Michael Snoyman" "random" "< 1.0.1.3"
-- https://github.com/fpco/stackage/issues/302
addRange "Michael Snoyman" "optparse-applicative" "< 0.11"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- Yay workarounds for unnecessarily old versions
let peg x y = addRange "Haskell Platform" x y