2014-07-16 11:54:59 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-15 11:08:39 +01:00
|
|
|
{ cabal, aeson, jmacro, jmacroRpc, mtl, snapCore }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "jmacro-rpc-snap";
|
|
|
|
version = "0.3";
|
|
|
|
sha256 = "1syzx2lw4r8knsqhsvilp04wb8a718379cmn0nhjqlwhpaja9bj8";
|
|
|
|
buildDepends = [ aeson jmacro jmacroRpc mtl snapCore ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://hub.darcs.net/gershomb/jmacro-rpc";
|
|
|
|
description = "Snap backend for jmacro-rpc";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2014-09-24 09:24:47 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
2014-07-15 11:08:39 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|