about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/protobuf/default.nix
blob: 3b0c1508ce02000dd2d962a44542b7e71e29274c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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;
  };
})