Remove zip-archive upper bound

This commit is contained in:
Michael Snoyman 2013-01-03 08:33:54 +02:00
parent ab5febadf8
commit 546096f538

View File

@ -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 =