diff options
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index c3a1ed0e9..b07167b0e 100644 --- a/cabal.project +++ b/cabal.project @@ -13,3 +13,8 @@ source-repository-package type: git location: https://github.com/jgm/citeproc.git tag: cf5542df8f21085bbfd794eaa5cc40abc605637b + +source-repository-package + type: git + location: https://github.com/jgm/texmath.git + tag: bdf2608dcc2e54e4167c38470e2fda01557310be diff --git a/stack.yaml b/stack.yaml index 427e6ff39..f3ee54b3e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,9 +16,10 @@ extra-deps: - commonmark-extensions-0.2.6 - commonmark-pandoc-0.2.3 - typst-0.7 -- texmath-0.12.9 - git: https://github.com/jgm/citeproc.git commit: cf5542df8f21085bbfd794eaa5cc40abc605637b +- git: https://github.com/jgm/texmath.git + commit: bdf2608dcc2e54e4167c38470e2fda01557310be ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
