haskell-hxt: enable support for network 2.6.x
This commit is contained in:
parent
fecacb5bcb
commit
f5f9b32d02
@ -1,7 +1,7 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, binary, deepseq, filepath, HUnit, hxtCharproperties
|
{ cabal, binary, deepseq, filepath, HUnit, hxtCharproperties
|
||||||
, hxtRegexXmlschema, hxtUnicode, mtl, network, parsec
|
, hxtRegexXmlschema, hxtUnicode, mtl, networkUri, parsec
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -10,9 +10,9 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1dgdq2l9k8v36iahmkxxjmmv955f9gv6lq09nsah9zcscsgm0v2i";
|
sha256 = "1dgdq2l9k8v36iahmkxxjmmv955f9gv6lq09nsah9zcscsgm0v2i";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
binary deepseq filepath HUnit hxtCharproperties hxtRegexXmlschema
|
binary deepseq filepath HUnit hxtCharproperties hxtRegexXmlschema
|
||||||
hxtUnicode mtl network parsec
|
hxtUnicode mtl networkUri parsec
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
configureFlags = "-fnetwork-uri";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
||||||
description = "A collection of tools for processing XML with Haskell";
|
description = "A collection of tools for processing XML with Haskell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user