diff options
| author | John MacFarlane <[email protected]> | 2022-03-12 10:23:55 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-03-12 10:23:55 -0800 |
| commit | d128f5ee15e4bffd3a8bee9d0ecd4a496e6fd4fc (patch) | |
| tree | 8afda6e33147525793a6ffa30b57623a3d69ba6b | |
| parent | f9a4e049c5840394289db3f430bc5777a60fed8c (diff) | |
Depend on 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 e94433879..c09804004 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: 31438be6166497425039d7f2ac29b13ad6792387 + tag: df209eb0e390518dae407d9b2a4984782be2fb1f source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index e6b8a0eef..f0259a93a 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: 31438be6166497425039d7f2ac29b13ad6792387 + commit: df209eb0e390518dae407d9b2a4984782be2fb1f - git: https://github.com/jgm/pandoc-types.git commit: feb3a90a17334ab314f63b2de3ec0c7dd59b4be0 ghc-options: |
