diff options
-rw-r--r-- | cabal.project | 2 | ||||
-rw-r--r-- | stack.yaml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/cabal.project b/cabal.project index 50314ed91..320a98916 100644 --- a/cabal.project +++ b/cabal.project @@ -11,7 +11,7 @@ package pandoc-citeproc source-repository-package type: git location: https://github.com/jgm/pandoc-citeproc - tag: 0.17 + tag: 2e6fe791ec5293acc925c2ccbe79c9c10d2b7e07 source-repository-package type: git diff --git a/stack.yaml b/stack.yaml index 364cc1834..d66b976ae 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,6 +16,8 @@ extra-deps: # better-tables - git: https://github.com/jgm/pandoc-types commit: 4acb0e50f10d8f41f94c0973384d63f06d0b9ffd +- git: https://github.com/jgm/pandoc-citeproc + commit: 2e6fe791ec5293acc925c2ccbe79c9c10d2b7e07 - texmath-0.12.0.2 - haddock-library-1.8.0 - skylighting-0.8.3.2 @@ -28,7 +30,6 @@ extra-deps: - HsYAML-0.2.0.0 - HsYAML-aeson-0.2.0.0 - doctemplates-0.8.2 -- pandoc-citeproc-0.17 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-14.6 |