diff options
| author | Chris Martin <ch.martin@gmail.com> | 2020-04-11 12:16:48 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-11 20:16:48 +0200 |
| commit | 5713a2c7764266668f437083bfb0cb24151995cc (patch) | |
| tree | 534d40f2cde4b1abfed27724dc515fbdcfbde65b | |
| parent | b08dd317a381a0436607b44257c487b1930dcc72 (diff) | |
| download | hakyll-5713a2c7764266668f437083bfb0cb24151995cc.tar.gz | |
Bump upper bound for pandoc-citeproc
| -rw-r--r-- | hakyll.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index fcded8d..1d49f99 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -233,7 +233,7 @@ Library Hakyll.Web.Pandoc.Binary Build-Depends: pandoc >= 2.0.5 && < 2.10, - pandoc-citeproc >= 0.14 && < 0.17 + pandoc-citeproc >= 0.14 && < 0.18 Cpp-options: -DUSE_PANDOC |
