diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-01-12 23:24:13 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-01-12 23:24:32 -0800 |
| commit | 4db5b05abc4f1509f17f029017016b48cebd2f1f (patch) | |
| tree | 026c4e6061bb25fc9a1d3e8f3eb7ed1e9c75400f | |
| parent | fdfa9fca68921ea67c84749cc420ab49ad77a7fc (diff) | |
Use latest dev citeproc.
This gives us better date sorting in apa style.
| -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 3f919b36e..1bf9697e4 100644 --- a/cabal.project +++ b/cabal.project @@ -10,7 +10,7 @@ constraints: skylighting-format-blaze-html >= 0.1.1, source-repository-package type: git location: https://github.com/jgm/citeproc - tag: a8b7748537401d6c9749406a49df7008cea8c7f2 + tag: 4099185c5a82ef1f84b711c113d2744eeb794106 source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index d4be9641e..3c90a2e40 100644 --- a/stack.yaml +++ b/stack.yaml @@ -27,7 +27,7 @@ extra-deps: - git: https://github.com/jgm/texmath commit: 1a77db688bd3285228299e5aeefc93d6c0d8c0b9 - git: https://github.com/jgm/citeproc - commit: a8b7748537401d6c9749406a49df7008cea8c7f2 + commit: 4099185c5a82ef1f84b711c113d2744eeb794106 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
