mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
Upper bound for #302
This commit is contained in:
parent
a665487ca7
commit
5c936ee8e4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user