mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 04:01:56 +01:00
Upper bound for #209
This commit is contained in:
parent
bf52f1dbb4
commit
c7e85105dd
@ -371,6 +371,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/207
|
-- https://github.com/fpco/stackage/issues/207
|
||||||
addRange "Michael Snoyman" "semigroups" "< 0.13"
|
addRange "Michael Snoyman" "semigroups" "< 0.13"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/209
|
||||||
|
addRange "Michael Snoyman" "haskell-src-exts" "< 1.15"
|
||||||
|
addRange "Michael Snoyman" "haskell-names" "< 0.3.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