mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-05 16:34:39 +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
|
-- https://github.com/tibbe/hashable/issues/49
|
||||||
addRange "Michael Snoyman" "hashable" "< 1.2"
|
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
|
where
|
||||||
add maintainer package = addRange maintainer package "-any"
|
add maintainer package = addRange maintainer package "-any"
|
||||||
addRange maintainer package range =
|
addRange maintainer package range =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user