summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
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 53c89bc..dd92d02 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.6.8.1
+Version: 4.6.9.0
Synopsis: A static website compiler library
Description:
@@ -159,7 +159,7 @@ Library
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
pandoc >= 1.12.4 && < 1.14,
- pandoc-citeproc >= 0.4 && < 0.7,
+ pandoc-citeproc >= 0.4 && < 0.8,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
random >= 1.0 && < 1.2,
@@ -247,7 +247,7 @@ Test-suite hakyll-tests
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
pandoc >= 1.12.4 && < 1.14,
- pandoc-citeproc >= 0.4 && < 0.7,
+ pandoc-citeproc >= 0.4 && < 0.8,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.3,
random >= 1.0 && < 1.2,