mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-15 00:38:29 +01:00
Upper bound for #219
This commit is contained in:
parent
6a226679a4
commit
5736e9e5d4
@ -395,6 +395,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/218
|
||||
addRange "Michael Snoyman" "exceptions" "< 0.6"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/219
|
||||
addRange "Michael Snoyman" "comonad" "< 4.2"
|
||||
|
||||
-- Requires too new a version of text
|
||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user