diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-03-20 11:51:31 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-03-20 11:51:31 -0700 |
| commit | e2d05626fcb8f74effcc4907e91f41917d5cd33a (patch) | |
| tree | 43a803c438365e4208f82cb2b716341ad222c4f9 | |
| parent | 69177861a48e428151b69df62d5d9538f0f9bf17 (diff) | |
Use latest dev texmath.
| -rw-r--r-- | cabal.project | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project index c09804004..7d4937a27 100644 --- a/cabal.project +++ b/cabal.project @@ -6,7 +6,7 @@ constraints: aeson >= 2.0.1.0 source-repository-package type: git location: https://github.com/jgm/texmath.git - tag: df209eb0e390518dae407d9b2a4984782be2fb1f + tag: 506e9433db94246371c1b66f95cf1e3ccab24232 source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index f0259a93a..f726a01a3 100644 --- a/stack.yaml +++ b/stack.yaml @@ -41,7 +41,7 @@ extra-deps: commit: cc815e013f0d87eef3daef8ad9e376ad807b012b subdirs: [commonmark, commonmark-extensions] - git: https://github.com/jgm/texmath.git - commit: df209eb0e390518dae407d9b2a4984782be2fb1f + commit: 506e9433db94246371c1b66f95cf1e3ccab24232 - git: https://github.com/jgm/pandoc-types.git commit: feb3a90a17334ab314f63b2de3ec0c7dd59b4be0 ghc-options: |
