summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-09-30 14:04:33 +0200
committerGitHub <noreply@github.com>2020-09-30 14:04:33 +0200
commitf24c5873ed5bb091f0ce5ebdf4df7ab160e87c75 (patch)
tree092b2ba35781a2e6b16d9c0bb3ec498b61f4ca3d /hakyll.cabal
parenteead94fde4278ccf78728eec1d5a99c99d40c32b (diff)
downloadhakyll-f24c5873ed5bb091f0ce5ebdf4df7ab160e87c75.tar.gz
Bump template-haskell and pandoc versions
* Bumped bound for pandoc and add Binary-instances for new constructors that were added to pandoc-types * Support most recent template-haskell release * Set lower bound of pandoc to version 2.10 * Update CI configuration * Bump QuickCheck upper bound to 2.15 Co-authored-by: OC4 <oc4@protonmail.com>
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index c80c392..e7af07d 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -188,7 +188,7 @@ Library
resourcet >= 1.1 && < 1.3,
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.15,
- template-haskell >= 2.14 && < 2.16,
+ template-haskell >= 2.14 && < 2.17,
text >= 0.11 && < 1.3,
time >= 1.8 && < 1.10,
time-locale-compat >= 0.1 && < 0.2,
@@ -232,7 +232,7 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
- pandoc >= 2.0.5 && < 2.10,
+ pandoc >= 2.10 && < 2.11,
pandoc-citeproc >= 0.14 && < 0.18
Cpp-options:
-DUSE_PANDOC
@@ -265,7 +265,7 @@ Test-suite hakyll-tests
Build-Depends:
hakyll,
- QuickCheck >= 2.8 && < 2.14,
+ QuickCheck >= 2.8 && < 2.15,
tasty >= 0.11 && < 1.4,
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,
@@ -327,4 +327,4 @@ Executable hakyll-website
base >= 4 && < 5,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
- pandoc >= 2.0.5 && < 2.10
+ pandoc >= 2.10 && < 2.11