mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Upper bound for #235
This commit is contained in:
parent
21deb00e56
commit
3c8ed97a44
@ -430,6 +430,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/jmillikin/haskell-filesystem/issues/2
|
||||
addRange "Michael Snoyman" "system-filepath" "< 0.4.11 || > 0.4.11"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/235
|
||||
addRange "Michael Snoyman" "entropy" "< 0.3"
|
||||
|
||||
-- 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