Add HaXml dependency
Ignore-this: 2e01b35277105343d0426e0951544505 darcs-hash:20100201082204-a4fee-fc0a0d7683c2ed2457eb38726525fee04f330513
This commit is contained in:
parent
c2ce913d3f
commit
5b514a206a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user