2009-04-23 19:48:03 +02:00
|
|
|
{cabal, HaXml, HTTP, dataenc, time}:
|
2008-08-26 14:50:03 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "haxr";
|
2009-04-23 19:48:03 +02:00
|
|
|
version = "3000.1.1.2";
|
|
|
|
sha256 = "c24741a92e27d851a3376158230a52782c1e2b494405ebdde1d256819598c8e8";
|
2008-08-26 14:50:03 +02:00
|
|
|
meta = {
|
|
|
|
description = "a Haskell library for writing XML-RPC client and server applications";
|
|
|
|
};
|
2009-04-23 19:48:03 +02:00
|
|
|
propagatedBuildInputs = [HaXml HTTP dataenc time];
|
2008-08-26 14:50:03 +02:00
|
|
|
})
|
|
|
|
|