mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-03 18:10:26 +01:00
Revert "Remove upper bounds and close #224"
This reverts commit ae06071735.
This commit is contained in:
parent
ae06071735
commit
b1edd4baf9
@ -404,6 +404,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/219
|
-- https://github.com/fpco/stackage/issues/219
|
||||||
addRange "Michael Snoyman" "comonad" "< 4.2"
|
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.3.1"
|
||||||
|
|
||||||
-- Requires too new a version of text
|
-- Requires too new a version of text
|
||||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||||
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user