haskell-hxt: enable support for network 2.6.x

This commit is contained in:
Peter Simons 2014-10-13 20:39:33 +02:00
parent fecacb5bcb
commit f5f9b32d02

View File

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