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 /cabal.project | |
parent | 61771e2c9b0889fbd1f5e06f53c882a129e928a9 (diff) | |
download | pandoc-64e84d8a3e043677ec20cdcd78bce2f405f8bac8.tar.gz |
Use dev version of pandoc-citeproc...
so we can use pandoc-types 1.21 with it.
Diffstat (limited to 'cabal.project')
-rw-r--r-- | cabal.project | 2 |
1 files changed, 1 insertions, 1 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 |