2014-07-16 12:54:59 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-15 12:08:39 +02:00
|
|
|
{ cabal, aeson, attoparsec, blazeHtml, contravariant, jmacro, mtl
|
|
|
|
, scientific, split, text, unorderedContainers, vector
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "jmacro-rpc";
|
|
|
|
version = "0.3";
|
|
|
|
sha256 = "1fkcky2f51764xcbbwnxpxyhk2mmnp364hf8njfcjsijanv938zw";
|
|
|
|
buildDepends = [
|
|
|
|
aeson attoparsec blazeHtml contravariant jmacro mtl scientific
|
|
|
|
split text unorderedContainers vector
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://hub.darcs.net/gershomb/jmacro";
|
|
|
|
description = "JSON-RPC clients and servers using JMacro, and evented client-server Reactive Programming";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-10-03 19:36:21 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
2014-07-15 12:08:39 +02:00
|
|
|
};
|
|
|
|
})
|