haskell-hxt: jailbreak to support recent versions of the 'network' library
This commit is contained in:
parent
dfaab992c2
commit
9ffe9d4e09
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue