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