diff options
-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 55026979e..7256c16ec 100644 --- a/cabal.project +++ b/cabal.project @@ -5,5 +5,5 @@ flags: +embed_data_files source-repository-package type: git location: https://github.com/jgm/citeproc.git - tag: 59e98e8d1e13ddb53bef9f90adbd1c64652f0173 + tag: b27201c3ac48ffd2853f77152df19b6e2cf36987 diff --git a/stack.yaml b/stack.yaml index 9b73f2bd1..e93b6b0a7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -14,7 +14,7 @@ extra-deps: - doctemplates-0.10 - texmath-0.12.3.1 - git: https://github.com/jgm/citeproc.git - commit: 59e98e8d1e13ddb53bef9f90adbd1c64652f0173 + commit: b27201c3ac48ffd2853f77152df19b6e2cf36987 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.0 |