diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-06-21 10:59:23 +0200 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2016-06-21 10:59:23 +0200 |
commit | 6a88430ce98a063b63399b756a9d42e02668d621 (patch) | |
tree | e109d8a0ddd89a0d49cd498e1c211eaa99885c06 /hakyll.cabal | |
parent | 56ac26f2a8266e5c09390f7f94e5eaee92596f7a (diff) | |
parent | 2f5d3522d509a824c1ee9a68d18f2694e35112b4 (diff) | |
download | hakyll-6a88430ce98a063b63399b756a9d42e02668d621.tar.gz |
Merge branch 'master' of github.com:jaspervdj/hakyll
Diffstat (limited to 'hakyll.cabal')
-rw-r--r-- | hakyll.cabal | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 6cd0ccb..7a319c5 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -150,7 +150,7 @@ Library cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12, - data-default >= 0.4 && < 0.7, + data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.5, @@ -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, @@ -241,7 +241,7 @@ Test-suite hakyll-tests cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12, - data-default >= 0.4 && < 0.7, + data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, directory >= 1.0 && < 1.3, filepath >= 1.0 && < 1.5, @@ -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, |