hastache upper bound (bos/criterion#20)

This commit is contained in:
Michael Snoyman 2013-02-01 12:34:06 +02:00
parent d860d9ac1e
commit 2dfafc5315

View File

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