mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-30 16:10:25 +01:00
Upper bounds for #198
This commit is contained in:
parent
9a2ce698b9
commit
b515013a64
@ -342,6 +342,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
when (ghcVer == GhcMajorVersion 7 6 && requireHP) $
|
when (ghcVer == GhcMajorVersion 7 6 && requireHP) $
|
||||||
addRange "Michael Snoyman" "parsers" "< 0.11"
|
addRange "Michael Snoyman" "parsers" "< 0.11"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/198
|
||||||
|
addRange "Michael Snoyman" "lens" "< 4.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