Removed distributive upper bound (fixes #29)

This commit is contained in:
Michael 2013-01-10 12:46:27 +02:00
parent b6b1d141d2
commit 846df7c021

View File

@ -114,9 +114,6 @@ defaultStablePackages = unPackageMap $ execWriter $ do
-- https://github.com/tibbe/hashable/issues/49
addRange "Michael Snoyman" "hashable" "< 1.2"
-- #29
addRange "Michael Snoyman" "distributive" "< 0.3"
where
add maintainer package = addRange maintainer package "-any"
addRange maintainer package range =