mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 16:28:29 +01:00
Upper bounds for #217
This commit is contained in:
parent
8641d65b0f
commit
12f0e64c0e
@ -388,6 +388,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
when (ghcVer == GhcMajorVersion 7 6) $
|
||||
addRange "Michael Snoyman" "repa" "< 3.2.5.1"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/217
|
||||
addRange "Michael Snoyman" "transformers" "< 0.4"
|
||||
|
||||
-- Requires too new a version of text
|
||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user