diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-04-19 09:00:18 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-04-19 09:00:18 -0700 |
commit | 64e84d8a3e043677ec20cdcd78bce2f405f8bac8 (patch) | |
tree | 591dca304303b5f5736d8becd46410f0e105baf3 | |
parent | 61771e2c9b0889fbd1f5e06f53c882a129e928a9 (diff) | |
download | pandoc-64e84d8a3e043677ec20cdcd78bce2f405f8bac8.tar.gz |
Use dev version of pandoc-citeproc...
so we can use pandoc-types 1.21 with it.
-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 |