mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Remove zip-archive upper bound
This commit is contained in:
parent
ab5febadf8
commit
546096f538
@ -114,9 +114,6 @@ defaultStablePackages = execWriter $ do
|
||||
|
||||
-- https://github.com/tibbe/hashable/issues/49
|
||||
addRange "Michael Snoyman" "hashable" "< 1.2"
|
||||
|
||||
-- zip-archive 0.1.3 and later requires binary >= 0.6
|
||||
addRange "Michael Snoyman" "zip-archive" "< 0.1.3"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user