From 5b514a206a585facfa0fd6ce3c40560c8c3579dc Mon Sep 17 00:00:00 2001 From: Henning Guenther Date: Mon, 1 Feb 2010 00:22:04 -0800 Subject: [PATCH] Add HaXml dependency Ignore-this: 2e01b35277105343d0426e0951544505 darcs-hash:20100201082204-a4fee-fc0a0d7683c2ed2457eb38726525fee04f330513 --- encoding.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/encoding.cabal b/encoding.cabal index 014ff35..eefb516 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -27,11 +27,11 @@ Flag newGHC Library if flag(splitBase) if flag(newGHC) - Build-Depends: bytestring, base >= 3 && < 5, binary, mtl, containers, extensible-exceptions, array, regex-compat, ghc-prim, ghc >= 6.10 + Build-Depends: bytestring, base >= 3 && < 5, binary, mtl, containers, extensible-exceptions, array, regex-compat, ghc-prim, ghc >= 6.10, HaXml >= 1.19 else - Build-Depends: bytestring, base >= 3 && < 5, binary, mtl, containers, extensible-exceptions, array, regex-compat, ghc < 6.10 + Build-Depends: bytestring, base >= 3 && < 5, binary, mtl, containers, extensible-exceptions, array, regex-compat, ghc < 6.10, HaXml >= 1.19 else - Build-Depends: base < 3, binary, extensible-exceptions + Build-Depends: base < 3, binary, extensible-exceptions, HaXml >= 1.19 Exposed-Modules: Data.Encoding