diff options
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | stack.yaml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 578cdf2ee..8fca917d9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -257,7 +257,7 @@ Library text >= 0.11 && < 1.3, zip-archive >= 0.2.3.4 && < 0.4, HTTP >= 4000.0.5 && < 4000.4, - texmath >= 0.8.4.1 && < 0.9, + texmath >= 0.8.6.1 && < 0.9, xml >= 1.3.12 && < 1.4, random >= 1 && < 1.2, extensible-exceptions >= 0.1 && < 0.2, diff --git a/stack.yaml b/stack.yaml index e25ad9b07..1ae854c29 100644 --- a/stack.yaml +++ b/stack.yaml @@ -7,7 +7,8 @@ flags: network-uri: true packages: - '.' -extra-deps: [] +extra-deps: +- texmath-0.8.6.1 # to compile against aeson 0.11.0.0: # - 'aeson-0.11.0.0' # - 'fail-4.9.0.0' |