summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2019-02-03 14:14:18 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2019-02-03 14:14:18 +0100
commitd9f8bfdd5d0ec66dca9035c2bcf53ea295b44565 (patch)
treec0352fa763abb180a25f92cb8912465e4c086d12 /hakyll.cabal
parentf850405f0905ecd5d4a18993e1ce56a023252bd2 (diff)
downloadhakyll-d9f8bfdd5d0ec66dca9035c2bcf53ea295b44565.tar.gz
Bump dependencies
- Bump pandoc to 2.6 - Bump pandoc-citeproc to 0.16
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 4a89148..8ea4b91 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -228,8 +228,8 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
- pandoc >= 2.0.5 && < 2.6,
- pandoc-citeproc >= 0.14 && < 0.16
+ pandoc >= 2.0.5 && < 2.7,
+ pandoc-citeproc >= 0.14 && < 0.17
Cpp-options:
-DUSE_PANDOC
@@ -322,4 +322,4 @@ Executable hakyll-website
base >= 4 && < 5,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
- pandoc >= 2.0.5 && < 2.6
+ pandoc >= 2.0.5 && < 2.7