mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
Remove upper bounds and close #194
This commit is contained in:
parent
31fa7d29c1
commit
a1cf2cedb6
@ -335,9 +335,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/189
|
||||
addRange "Michael Snoyman" "statistics" "< 0.11"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/194
|
||||
addRange "Michael Snoyman" "optparse-applicative" "< 0.8"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/197
|
||||
when (ghcVer == GhcMajorVersion 7 6 && requireHP) $
|
||||
addRange "Michael Snoyman" "parsers" "< 0.11"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user