summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Jain <crodjer@gmail.com>2016-06-12 21:39:19 +0530
committerRohan Jain <crodjer@gmail.com>2016-06-12 21:39:19 +0530
commitb4fc8d3dcbd706677ee73dda3f5e2ae3c412a66b (patch)
treed7454c4542d66b3ce9ed8131ac143501afc3904e
parentd4d2dadcc3cde29762f6740cf66ed90095324e6b (diff)
downloadhakyll-b4fc8d3dcbd706677ee73dda3f5e2ae3c412a66b.tar.gz
Upgrade `pandoc-citeproc` to 0.10
With previewServer flag disabled, successfully builds with GHC `8.0.1` and `nightly-2016-06-12` on stack. Tests pass with the following command: stack test --flag hakyll:-previewServer Signed-off-by: Rohan Jain <crodjer@gmail.com>
-rw-r--r--hakyll.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 6cd0ccb..b65c6ab 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -159,7 +159,7 @@ Library
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
pandoc >= 1.14 && < 1.18,
- pandoc-citeproc >= 0.4 && < 0.10,
+ pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.5,
random >= 1.0 && < 1.2,
@@ -250,7 +250,7 @@ Test-suite hakyll-tests
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
pandoc >= 1.14 && < 1.18,
- pandoc-citeproc >= 0.4 && < 0.10,
+ pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.5,
random >= 1.0 && < 1.2,