mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 15:58:32 +01:00
Upper bound for #218
This commit is contained in:
parent
f7c72bff3b
commit
6a226679a4
@ -392,6 +392,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
addRange "Michael Snoyman" "transformers" "< 0.4"
|
||||
addRange "Michael Snoyman" "mtl" "< 2.2"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/218
|
||||
addRange "Michael Snoyman" "exceptions" "< 0.6"
|
||||
|
||||
-- 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