aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-16 21:47:27 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-16 21:47:27 -0800
commit3ac7deadce6cf2fbf6aaa3c7bacebaacb5c68214 (patch)
treee87991d1357f1ec8604ad4e4b896e41419603beb
parent305a4f406d64fcf8b3a0d3ac09a276a5f0803e0d (diff)
downloadpandoc-3ac7deadce6cf2fbf6aaa3c7bacebaacb5c68214.tar.gz
Use latest dev texmath.
-rw-r--r--cabal.project4
-rw-r--r--stack.yaml4
2 files changed, 7 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project
index b0606c372..cb2d6ebdb 100644
--- a/cabal.project
+++ b/cabal.project
@@ -3,3 +3,7 @@ tests: True
flags: +embed_data_files
constraints: aeson >= 2.0.1.0
+source-repository-package
+ type: git
+ location: https://github.com/jgm/texmath.git
+ tag: 674bcbaec03e5550f155623de6662953bd157625
diff --git a/stack.yaml b/stack.yaml
index 3d46b814f..2bfc9ad02 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -27,12 +27,14 @@ extra-deps:
- tasty-hslua-1.0.0
- tasty-lua-1.0.0
- pandoc-types-1.22.1
-- texmath-0.12.3.2
- commonmark-0.2.1.1
- commonmark-extensions-0.2.2
- citeproc-0.6
- aeson-pretty-0.8.9
- ipynb-0.1.0.2
+# - texmath-0.12.3.2
+- git: https://github.com/jgm/texmath.git
+ commit: 674bcbaec03e5550f155623de6662953bd157625
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-18.10