mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 16:28:29 +01:00
Remove upper bounds and close #219
This commit is contained in:
parent
fb5d760e9b
commit
452e4753e4
@ -418,9 +418,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
addRange "Michael Snoyman" "mtl" "< 2.2"
|
||||
addRange "Michael Snoyman" "lifted-base" "< 0.2.2.2"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/219
|
||||
addRange "Michael Snoyman" "comonad" "< 4.2"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/224
|
||||
when (ghcVer <= GhcMajorVersion 7 6) $ do
|
||||
addRange "Michael Snoyman" "zip-archive" "== 0.2.2.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user