From 2be63315210c78358f27d8ba7cbcb85134849043 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 6 Feb 2015 09:33:25 -0800 Subject: [PATCH] bump dependencies and version number Ignore-this: abdc3ce060ae830738fc026f33a590b2 darcs-hash:20150206173325-7469c-c1698de4dfca938fcf6fd20cbccaeb08951bdebc --- encoding.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/encoding.cabal b/encoding.cabal index 1c8287a..62ab264 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -1,5 +1,5 @@ Name: encoding -Version: 0.7.0.3 +Version: 0.8 Author: Henning Günther Maintainer: daniel@wagner-home.com License: BSD3 @@ -37,7 +37,7 @@ Source-Repository this Tag: 0.7.0.2 Library - Build-Depends: binary < 0.8, extensible-exceptions, HaXml >= 1.22 && < 1.25 + Build-Depends: binary < 0.8, extensible-exceptions, HaXml >= 1.22 && < 1.26 if flag(splitBase) Build-Depends: bytestring, base >= 3 && < 5, mtl, containers, array, regex-compat if impl(ghc >= 6.10)