1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-18 19:26:02 +00:00
nixpkgs/pkgs/development/libraries/haskell/jmacro-rpc-snap/default.nix

18 lines
611 B
Nix
Raw Normal View History

# 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;
};
})