mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Upper bounds for #222
This commit is contained in:
parent
971b575263
commit
02f506d10e
@ -406,6 +406,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/219
|
||||
addRange "Michael Snoyman" "comonad" "< 4.2"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/222
|
||||
addRange "Michael Snoyman" "scientific" "< 0.3"
|
||||
|
||||
-- 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