mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-23 11:37:54 +01:00
texmath upper bound jgm/pandoc#1442
This commit is contained in:
parent
a3c02ccad9
commit
c6a9fbf909
@ -462,6 +462,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/257
|
-- https://github.com/fpco/stackage/issues/257
|
||||||
addRange "Michael Snoyman" "aeson" "< 0.8"
|
addRange "Michael Snoyman" "aeson" "< 0.8"
|
||||||
|
|
||||||
|
-- https://github.com/jgm/pandoc/issues/1442
|
||||||
|
addRange "Michael Snoyman" "texmath" "<= 0.6.6.3"
|
||||||
|
|
||||||
-- 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