haskell-haxr: patched to support HaXml 1.12.3

svn path=/nixpkgs/trunk/; revision=34556
This commit is contained in:
Peter Simons 2012-06-19 08:24:22 +00:00
parent ecbccbcd1c
commit 4007f29367

View File

@ -9,6 +9,9 @@ cabal.mkDerivation (self: {
buildDepends = [
blazeBuilder dataenc HaXml HTTP mtl network time utf8String
];
patchPhase = ''
sed -i haxr.cabal -e 's|HaXml == 1.22.\*|HaXml|'
'';
meta = {
homepage = "http://www.haskell.org/haskellwiki/HaXR";
description = "XML-RPC client and server library";