summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-09-24 15:31:05 +0900
committerJasper Van der Jeugt <m@jaspervdj.be>2012-09-24 15:31:05 +0900
commite848c4cb16d0af7f3e710b0d25398d9793c774bb (patch)
tree95b387b86316c25659a5448c00a516179c9c9c66
parent36bbc9537ad915fdc1051fb33362460b3cd5c769 (diff)
downloadhakyll-e848c4cb16d0af7f3e710b0d25398d9793c774bb.tar.gz
Bump unix and snap dependency
-rw-r--r--hakyll.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index d483265..fc906b2 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 3.4.2.0
+Version: 3.4.2.1
Synopsis: A static website compiler library
Description:
@@ -143,8 +143,8 @@ Library
If flag(previewServer)
Build-depends:
- snap-core >= 0.6 && < 0.9,
- snap-server >= 0.6 && < 0.9
+ snap-core >= 0.6 && < 0.10,
+ snap-server >= 0.6 && < 0.10
Cpp-options:
-DPREVIEW_SERVER
Other-modules:
@@ -153,7 +153,7 @@ Library
If flag(unixFilter)
Build-depends:
- unix >= 2.4 && < 2.6
+ unix >= 2.4 && < 2.7
Cpp-options:
-DUNIX_FILTER
Other-modules:
@@ -195,7 +195,7 @@ Test-suite hakyll-tests
tagsoup >= 0.12.6 && < 0.13,
text >= 0.11 && < 1.12,
time >= 1.1 && < 1.5,
- unix >= 2.4 && < 2.6
+ unix >= 2.4 && < 2.7
Other-modules:
Hakyll.Web.Util.Html.Tests