mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-08 01:36:36 +01:00
Upper bounds for #216
This commit is contained in:
parent
6073d31f44
commit
8641d65b0f
@ -384,6 +384,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/210
|
-- https://github.com/fpco/stackage/issues/210
|
||||||
addRange "Michael Snoyman" "network" "< 2.5"
|
addRange "Michael Snoyman" "network" "< 2.5"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/216
|
||||||
|
when (ghcVer == GhcMajorVersion 7 6) $
|
||||||
|
addRange "Michael Snoyman" "repa" "< 3.2.5.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