mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-28 07:00:25 +01:00
Upper bounds for #227
This commit is contained in:
parent
8106d95ae0
commit
55a3109ade
@ -417,6 +417,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
when (ghcVer <= GhcMajorVersion 7 6) $ do
|
when (ghcVer <= GhcMajorVersion 7 6) $ do
|
||||||
addRange "Michael Snoyman" "zip-archive" "== 0.2.2.1"
|
addRange "Michael Snoyman" "zip-archive" "== 0.2.2.1"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/227
|
||||||
|
addRange "Michael Snoyman" "directory-tree" "< 0.12"
|
||||||
|
|
||||||
-- 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