mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
Upper bounds for #199
This commit is contained in:
parent
b515013a64
commit
254055bd4e
@ -345,6 +345,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/198
|
||||
addRange "Michael Snoyman" "lens" "< 4.1"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/199
|
||||
addRange "Michael Snoyman" "QuickCheck" "< 2.7"
|
||||
|
||||
-- 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