diff options
| author | John MacFarlane <[email protected]> | 2025-12-18 11:33:58 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-12-18 11:33:58 +0100 |
| commit | 144eb4e51bb6d077c38e94db62638edbc57df8c3 (patch) | |
| tree | d3587809aa0f17564d4253ae1dce7776a98416e7 | |
| parent | dc723571c6f3346f42f3ac5edc6086ddc387cc81 (diff) | |
Use latest dev djoths.
| -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 0d34944c5..ee6b8bac0 100644 --- a/cabal.project +++ b/cabal.project @@ -26,3 +26,8 @@ source-repository-package type: git location: https://github.com/jgm/texmath.git tag: aee6b494595a58dbbf769264061876778f7aa269 + +source-repository-package + type: git + location: https://github.com/jgm/djoths.git + tag: a6fc625fd58aa39df05dd1d82ee005e681815095 diff --git a/stack.yaml b/stack.yaml index 24f0d4d03..4fefd5c9b 100644 --- a/stack.yaml +++ b/stack.yaml @@ -14,7 +14,6 @@ extra-deps: - hslua-objectorientation-2.4.0 - hslua-packaging-2.3.2 - typst-symbols-0.1.9.1 -- djot-0.1.2.4 - git: https://github.com/jgm/asciidoc-hs.git commit: c2b4852e0002a7995793ec0e3c44b723a85a2ca2 - git: https://github.com/jgm/typst-hs.git @@ -23,6 +22,8 @@ extra-deps: commit: 777a916be683a40e9b5e17da25816917b6fb1208 - git: https://github.com/jgm/texmath.git commit: aee6b494595a58dbbf769264061876778f7aa269 +- git: https://github.com/jgm/djoths.git + commit: a6fc625fd58aa39df05dd1d82ee005e681815095 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-24.20 |
