mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Better bound on zip-archive
This commit is contained in:
parent
b1edd4baf9
commit
9d59fd9cc0
@ -406,7 +406,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/224
|
||||
when (ghcVer <= GhcMajorVersion 7 6) $ do
|
||||
addRange "Michael Snoyman" "zip-archive" "< 0.2.3.1"
|
||||
addRange "Michael Snoyman" "zip-archive" "== 0.2.2.1"
|
||||
|
||||
-- Requires too new a version of text
|
||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user