diff options
-rw-r--r-- | hakyll.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index d19a1b2..7a319c5 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, @@ -167,7 +167,7 @@ Library regex-tdfa >= 1.1 && < 1.3, resourcet >= 1.1 && < 1.2, scientific >= 0.3.4 && < 0.4, - tagsoup >= 0.13.1 && < 0.14, + tagsoup >= 0.13.1 && < 0.15, text >= 0.11 && < 1.3, time >= 1.4 && < 1.7, time-locale-compat >= 0.1 && < 0.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, @@ -258,7 +258,7 @@ Test-suite hakyll-tests regex-tdfa >= 1.1 && < 1.3, resourcet >= 1.1 && < 1.2, scientific >= 0.3.4 && < 0.4, - tagsoup >= 0.13.1 && < 0.14, + tagsoup >= 0.13.1 && < 0.15, text >= 0.11 && < 1.3, time >= 1.4 && < 1.7, time-locale-compat >= 0.1 && < 0.2, |