mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
hastache upper bound (bos/criterion#20)
This commit is contained in:
parent
d860d9ac1e
commit
2dfafc5315
@ -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 =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user