Upper bounds for #276 and #277

This commit is contained in:
Michael Snoyman 2014-08-16 23:17:52 +03:00
parent e7fd184fc1
commit e65177a8d4

View file

@ -500,6 +500,12 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/274
addRange "Michael Snoyman" "pandoc-citeproc" "< 0.4"
-- https://github.com/fpco/stackage/issues/276
addRange "Michael Snoyman" "network" "< 2.6"
-- https://github.com/fpco/stackage/issues/277
addRange "Michael Snoyman" "pandoc" "< 1.13"
where
add maintainer package = addRange maintainer package "-any"
addRange maintainer package range =