From e848c4cb16d0af7f3e710b0d25398d9793c774bb Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 24 Sep 2012 15:31:05 +0900 Subject: [PATCH] Bump unix and snap dependency --- hakyll.cabal | 10 +++++----- 1 file 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