diff options
| author | John MacFarlane <[email protected]> | 2024-12-10 14:33:32 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-12-10 14:33:32 -0800 |
| commit | f6d617cb88468e45a312c73482c4f181b9958ebe (patch) | |
| tree | c8e2dfae8a2f18419bce730a8e597155e75807ab | |
| parent | 0b8312990f6adf0bb7cf967368588b6c8d70e944 (diff) | |
Use dev version of citeproc.
Closes #10451.
| -rw-r--r-- | cabal.project | 6 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 4ca6da52e..084b2eb2e 100644 --- a/cabal.project +++ b/cabal.project @@ -9,3 +9,9 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, -- for now (commercialhaskell/stackage#7545): data-default-class <= 0.2, data-default <= 0.8 +-- TODO also update skylighting before release + +source-repository-package + type: git + location: https://github.com/jgm/citeproc.git + tag: cc84ef0426c0a7acdc7777c71d0f2ca629f99c56 diff --git a/stack.yaml b/stack.yaml index 23e5288fb..848782be1 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,6 +10,9 @@ packages: - 'pandoc-server' extra-deps: - tls-2.1.5 +- git: https://github.com/jgm/citeproc.git + commit: cc84ef0426c0a7acdc7777c71d0f2ca629f99c56 + ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.0 |
