diff options
| author | John MacFarlane <[email protected]> | 2025-09-19 10:15:24 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-19 10:15:24 +0200 |
| commit | 3cf8c5f7161a63341f70a26a0f47894dca49dc83 (patch) | |
| tree | c272c95be4d49ef5057b49151648dae8071d6458 | |
| parent | 70393b4235eb1d0c826d968e1ea6cbc96a28e8cb (diff) | |
Use dev version of djoths.
| -rw-r--r-- | cabal.project | 4 | ||||
| -rw-r--r-- | stack.yaml | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 4ca6da52e..d735a13b6 100644 --- a/cabal.project +++ b/cabal.project @@ -9,3 +9,7 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, -- for now (commercialhaskell/stackage#7545): data-default-class <= 0.2, data-default <= 0.8 +source-repository-package + type: git + location: https://github.com/jgm/djoths.git + tag: f022191efa477ab23f1c86a528ada69bbf03744b diff --git a/stack.yaml b/stack.yaml index ef39bfad3..51548e448 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,6 +17,8 @@ extra-deps: - skylighting-0.14.7 - citeproc-0.10 - texmath-0.13 +- git: https://github.com/jgm/djoths.git + commit: f022191efa477ab23f1c86a528ada69bbf03744b ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-24.9 |
