summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-09-08 19:56:38 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-09-08 19:56:38 +0200
commit5bffd7192ae716154ac42b5af947242808093785 (patch)
tree4a8840af27f5a208b57df8736be743efa79bcb1b
parent205f260eaf33c6c5a217f0d03e8ea7f5e3c40ca1 (diff)
downloadhakyll-5bffd7192ae716154ac42b5af947242808093785.tar.gz
Fix network dependency issues
-rw-r--r--hakyll.cabal9
1 files changed, 5 insertions, 4 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 955bbab..d69b185 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -155,7 +155,8 @@ Library
filepath >= 1.0 && < 1.4,
lrucache >= 1.1.1 && < 1.2,
mtl >= 1 && < 2.3,
- network >= 2.4 && < 2.7,
+ network >= 2.6 && < 2.7,
+ network-uri >= 2.6 && < 2.7,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
pandoc >= 1.12.4 && < 1.14,
@@ -167,8 +168,7 @@ Library
regex-tdfa >= 1.1 && < 1.3,
tagsoup >= 0.13.1 && < 0.14,
text >= 0.11 && < 1.2,
- time >= 1.1 && < 1.5,
- network-uri >= 2.6.0.0 && <= 2.6.0.1
+ time >= 1.1 && < 1.5
If flag(previewServer)
Build-depends:
@@ -242,7 +242,8 @@ Test-suite hakyll-tests
filepath >= 1.0 && < 1.4,
lrucache >= 1.1.1 && < 1.2,
mtl >= 1 && < 2.3,
- network >= 2.4 && < 2.7,
+ network >= 2.6 && < 2.7,
+ network-uri >= 2.6 && < 2.7,
old-locale >= 1.0 && < 1.1,
old-time >= 1.0 && < 1.2,
pandoc >= 1.12.4 && < 1.14,