mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 04:31:57 +01:00
Upper bound for #236
This commit is contained in:
parent
ec9d13c010
commit
9d90ec0b3f
@ -430,6 +430,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/235
|
-- https://github.com/fpco/stackage/issues/235
|
||||||
addRange "Michael Snoyman" "entropy" "< 0.3"
|
addRange "Michael Snoyman" "entropy" "< 0.3"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/236
|
||||||
|
addRange "Michael Snoyman" "attoparsec" "< 0.12"
|
||||||
|
|
||||||
-- 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