mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Upper bounds for #69
This commit is contained in:
parent
2ea3c75eaa
commit
def386b1da
@ -180,6 +180,9 @@ defaultStablePackages = unPackageMap $ execWriter $ do
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/68
|
||||
addRange "Michael Snoyman" "criterion" "< 0.8"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/69
|
||||
addRange "Michael Snoyman" "hashable" "< 1.2"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user