mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
Upper bound for #204
This commit is contained in:
parent
7ef6eb967a
commit
6aa286e4b3
@ -365,6 +365,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/203
|
||||
addRange "Michael Snoyman" "exceptions" "< 0.4"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/204
|
||||
addRange "Michael Snoyman" "intervals" "< 0.5"
|
||||
|
||||
-- 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