Upper limit on zip-archive

This commit is contained in:
Michael Snoyman 2013-01-02 20:49:33 +02:00
parent e005ca2652
commit d581a864fb

View File

@ -111,6 +111,9 @@ 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 =