mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-20 11:11:58 +01:00
Upper bound for #242
This commit is contained in:
parent
ceac2c4a98
commit
887b059d4b
@ -430,6 +430,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/237
|
-- https://github.com/fpco/stackage/issues/237
|
||||||
addRange "Michael Snoyman" "lens" "< 4.2"
|
addRange "Michael Snoyman" "lens" "< 4.2"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/242
|
||||||
|
addRange "Michael Snoyman" "mongoDB" "< 1.5"
|
||||||
|
|
||||||
-- 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