mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-20 02:05:50 +01:00
Upper bound for #231
This commit is contained in:
parent
a76a911ddd
commit
90589c203d
@ -420,6 +420,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/227
|
-- https://github.com/fpco/stackage/issues/227
|
||||||
addRange "Michael Snoyman" "directory-tree" "< 0.12"
|
addRange "Michael Snoyman" "directory-tree" "< 0.12"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/231
|
||||||
|
addRange "Michael Snoyman" "optparse-applicative" "< 0.9"
|
||||||
|
|
||||||
-- Requires too new a version of text
|
-- Requires too new a version of text
|
||||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||||
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user