haskell-hxt: jailbreak to support recent versions of the 'network' library

This commit is contained in:
Peter Simons 2012-09-28 10:35:15 +02:00
parent dfaab992c2
commit 9ffe9d4e09

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
binary deepseq filepath HUnit hxtCharproperties hxtRegexXmlschema binary deepseq filepath HUnit hxtCharproperties hxtRegexXmlschema
hxtUnicode mtl network parsec hxtUnicode mtl network parsec
]; ];
jailbreak = true;
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";