summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2018-11-24 12:48:00 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2018-11-24 23:56:17 +0100
commite8652f22459f5761e115cfd2019349805f59206c (patch)
tree20b09ef9f7ecd1812443c8061d31586c5eced754 /hakyll.cabal
parentf3a17454fae3b140ada30ebef13f508179f4cd0d (diff)
downloadhakyll-e8652f22459f5761e115cfd2019349805f59206c.tar.gz
Bump dependencies
- Bump yaml to 0.11 - Bump pandoc to 2.4 - Bump pandoc-citeproc to 0.15
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index d818e75..040d41b 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -187,7 +187,7 @@ Library
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,
- yaml >= 0.8.11 && < 0.11,
+ yaml >= 0.8.11 && < 0.12,
optparse-applicative >= 0.12 && < 0.15,
file-embed >= 0.0.10.1 && < 0.0.12
@@ -227,8 +227,8 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
- pandoc >= 2.0.5 && < 2.3,
- pandoc-citeproc >= 0.14 && < 0.15
+ pandoc >= 2.0.5 && < 2.5,
+ pandoc-citeproc >= 0.14 && < 0.16
Cpp-options:
-DUSE_PANDOC
@@ -270,7 +270,7 @@ Test-suite hakyll-tests
filepath >= 1.0 && < 1.5,
text >= 0.11 && < 1.3,
unordered-containers >= 0.2 && < 0.3,
- yaml >= 0.8.11 && < 0.11
+ yaml >= 0.8.11 && < 0.12
If flag(previewServer)
Cpp-options:
@@ -321,4 +321,4 @@ Executable hakyll-website
base >= 4 && < 5,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
- pandoc >= 2.0.5 && < 2.3
+ pandoc >= 2.0.5 && < 2.5