mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Upper bounds for #274
This commit is contained in:
parent
13649736fa
commit
435f5f024c
@ -494,6 +494,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/271
|
||||
when (ghcVer < GhcMajorVersion 7 8) $
|
||||
addRange "Michael Snoyman" "aeson" "< 0.8"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/274
|
||||
addRange "Michael Snoyman" "pandoc-citeproc" "< 0.4"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user