haskell-json-rpc: add 0.2.0.1
This commit is contained in:
parent
99b0271712
commit
32739cffde
27
pkgs/development/libraries/haskell/json-rpc/default.nix
Normal file
27
pkgs/development/libraries/haskell/json-rpc/default.nix
Normal file
@ -0,0 +1,27 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, aeson, async, conduit, conduitExtra, deepseq, hashable
|
||||
, mtl, QuickCheck, stm, stmConduit, testFramework
|
||||
, testFrameworkQuickcheck2, text, unorderedContainers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "json-rpc";
|
||||
version = "0.2.0.1";
|
||||
sha256 = "0kk2wpgnkdhphf9za2whmn4f6qlly5hzr071bx7xjqwqbpfhwplm";
|
||||
buildDepends = [
|
||||
aeson async conduit conduitExtra deepseq hashable mtl stm
|
||||
stmConduit text unorderedContainers
|
||||
];
|
||||
testDepends = [
|
||||
aeson async conduit conduitExtra deepseq hashable mtl QuickCheck
|
||||
stm stmConduit testFramework testFrameworkQuickcheck2 text
|
||||
unorderedContainers
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/xenog/json-rpc";
|
||||
description = "Fully-featured JSON-RPC 2.0 library";
|
||||
license = self.stdenv.lib.licenses.publicDomain;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1393,6 +1393,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
jsonAssertions = callPackage ../development/libraries/haskell/json-assertions {};
|
||||
|
||||
jsonRpc = callPackage ../development/libraries/haskell/json-rpc {};
|
||||
|
||||
jsonSchema = callPackage ../development/libraries/haskell/json-schema {};
|
||||
|
||||
jsonTypes = callPackage ../development/libraries/haskell/jsonTypes {};
|
||||
|
Loading…
Reference in New Issue
Block a user