Add HaXml dependency

Ignore-this: 2e01b35277105343d0426e0951544505

darcs-hash:20100201082204-a4fee-fc0a0d7683c2ed2457eb38726525fee04f330513
This commit is contained in:
Henning Guenther 2010-02-01 00:22:04 -08:00
parent c2ce913d3f
commit 5b514a206a

View File

@ -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