29 lines
		
	
	
		
			934 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			934 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# 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.1.1";
 | 
						|
  sha256 = "0h6dkb1rgd6qxzcxvqvgwilmibkdbqpjvflijwf54fx2z687fjld";
 | 
						|
  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
 | 
						|
  ];
 | 
						|
  jailbreak = true;
 | 
						|
  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;
 | 
						|
  };
 | 
						|
})
 |