haskell-haxr: patched to support HaXml 1.12.3
svn path=/nixpkgs/trunk/; revision=34556
This commit is contained in:
parent
ecbccbcd1c
commit
4007f29367
@ -9,6 +9,9 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder dataenc HaXml HTTP mtl network time utf8String
|
blazeBuilder dataenc HaXml HTTP mtl network time utf8String
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i haxr.cabal -e 's|HaXml == 1.22.\*|HaXml|'
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/haskellwiki/HaXR";
|
homepage = "http://www.haskell.org/haskellwiki/HaXR";
|
||||||
description = "XML-RPC client and server library";
|
description = "XML-RPC client and server library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user