Remove hastache upper bound

This commit is contained in:
Michael Snoyman 2013-02-03 21:38:57 +02:00
parent 2dfafc5315
commit e0a861a8d2

View File

@ -116,9 +116,6 @@ defaultStablePackages = unPackageMap $ execWriter $ do
]
mapM_ (add "Patrick Brisbin") $ words "gravatar"
-- https://github.com/bos/criterion/pull/20
addRange "Michael Snoyman" "hastache" "< 0.5"
where
add maintainer package = addRange maintainer package "-any"
addRange maintainer package range =