mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
Upper bounds for #265
This commit is contained in:
parent
62064dcc13
commit
a0f2854c0f
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user