Upper bounds for #265

This commit is contained in:
Michael Snoyman 2014-08-03 09:46:42 +03:00
parent 62064dcc13
commit a0f2854c0f

View File

@ -483,6 +483,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/jgm/pandoc/issues/1442
addRange "Michael Snoyman" "texmath" "<= 0.6.6.3"
-- https://github.com/fpco/stackage/issues/265
addRange "Michael Snoyman" "cairo" "< 0.13"
addRange "Michael Snoyman" "pango" "< 0.13"
addRange "Michael Snoyman" "glib" "< 0.13"
-- Requires too new a version of text
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"