mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Upper bound for #271
This commit is contained in:
parent
ea67ee007b
commit
bf2fb99e57
@ -493,6 +493,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/269
|
||||
addRange "Michael Snoyman" "tasty-hunit" "< 0.9"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/271
|
||||
when (ghcVer < GhcMajorVersion 7 8) $
|
||||
addRange "Michael Snoyman" "aeson" "< 0.8"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user