mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 12:11:56 +01:00
Remove upper bounds and close #265
This commit is contained in:
parent
c712d19fb4
commit
a7d5dd1741
@ -473,11 +473,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/jgm/pandoc/issues/1442
|
-- https://github.com/jgm/pandoc/issues/1442
|
||||||
addRange "Michael Snoyman" "texmath" "<= 0.6.6.3"
|
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
|
-- Requires too new a version of text
|
||||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||||
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user