nixpkgs/pkgs/development/libraries/haskell/protobuf/default.nix
2014-09-14 00:06:38 +02:00

26 lines
807 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cereal, dataBinaryIeee754, deepseq, hex, HUnit, mtl
, QuickCheck, tagged, tasty, tastyHunit, tastyQuickcheck, text
, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "protobuf";
version = "0.2.0.4";
sha256 = "0gg678cb1psgdsjzv9x7mhcjmywj8bgzmp9pd850d3p9zyiw9l2j";
buildDepends = [
cereal dataBinaryIeee754 deepseq mtl text unorderedContainers
];
testDepends = [
cereal hex HUnit mtl QuickCheck tagged tasty tastyHunit
tastyQuickcheck text unorderedContainers
];
meta = {
homepage = "https://github.com/alphaHeavy/protobuf";
description = "Google Protocol Buffers via GHC.Generics";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})