diff options
| author | John MacFarlane <[email protected]> | 2024-04-10 12:28:57 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-04-10 12:28:57 -0700 |
| commit | 4b5409acf29ca0cdb20381ecf1c24d0efb24adb9 (patch) | |
| tree | 1ef9d64b5d90d408a7b3a41a996fde7f31396881 | |
| parent | f43331b9ddafb1d6ec2bc1bcf42a6765ef94c4c4 (diff) | |
Use dev version of texmath.
| -rw-r--r-- | cabal.project | 8 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/cabal.project b/cabal.project index bed263556..544e1fa28 100644 --- a/cabal.project +++ b/cabal.project @@ -7,7 +7,7 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.2, skylighting-format-context >= 0.1.0.2 --- source-repository-package --- type: git --- location: https://github.com/jgm/typst-hs --- tag: 926d1c60c80cc9f205e31b7f070835665c2817dd +source-repository-package + type: git + location: https://github.com/jgm/texmath + tag: 64e1cbf1fdbe19382804be487cc49bdcea2ac799 diff --git a/stack.yaml b/stack.yaml index 80aaed4e6..75c212559 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,7 +23,8 @@ extra-deps: - toml-parser-2.0.0.0 - typst-symbols-0.1.6 - typst-0.5.0.3 -- texmath-0.12.8.8 +- git: https://github.com/jgm/texmath + commit: 64e1cbf1fdbe19382804be487cc49bdcea2ac799 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
