diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-07-22 11:23:45 +0200 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-07-22 11:23:45 +0200 |
| commit | e04ea99326261c1fa935971a864477ce4e4182b1 (patch) | |
| tree | e3bfa764b3f2378109e8e28847e21a2fc9f8020c | |
| parent | d2caafea44e13c8ac9eed38b609b929ea8f4c2a1 (diff) | |
Use dev version of texmath.
| -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 42d61cee4..0b669c8b7 100644 --- a/cabal.project +++ b/cabal.project @@ -5,5 +5,10 @@ constraints: aeson >= 2.0.1.0 source-repository-package type: git + location: https://github.com/jgm/texmath + tag: c884291bc6ee0ac7fc28d180d248c3e3c7d6fc62 + +source-repository-package + type: git location: https://github.com/jgm/citeproc tag: 647c5d292bbb6d9a8d683bcae0ba129c65086901 diff --git a/stack.yaml b/stack.yaml index 61e501dbd..56ebde0bb 100644 --- a/stack.yaml +++ b/stack.yaml @@ -34,13 +34,14 @@ extra-deps: - commonmark-pandoc-0.2.1.2 - ipynb-0.2 - pandoc-types-1.22.2 -- texmath-0.12.5 - commonmark-0.2.2 - commonmark-extensions-0.2.3.1 - doclayout-0.4 - doctemplates-0.10.0.2 - git: https://github.com/jgm/citeproc commit: 647c5d292bbb6d9a8d683bcae0ba129c65086901 +- git: https://github.com/jgm/texmath + commit: c884291bc6ee0ac7fc28d180d248c3e3c7d6fc62 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
