mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-17 01:38:32 +01:00
Upper bound for #70
This commit is contained in:
parent
578d9ca4f8
commit
55b44abf15
@ -175,6 +175,9 @@ defaultStablePackages = unPackageMap $ execWriter $ do
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/68
|
||||
addRange "Michael Snoyman" "criterion" "< 0.8"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/70
|
||||
addRange "Michael Snoyman" "monoid-extras" "< 0.3"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user