summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/protocol-buffers/default.nix
blob: d3d81a1465806d9856e0f3b83bbd046b4208f54a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, binary, filepath, mtl, parsec, syb, utf8String }:

cabal.mkDerivation (self: {
  pname = "protocol-buffers";
  version = "2.0.17";
  sha256 = "12aky44ssgdj6vsjg0yvr8350cym7n6kn7gdaax0nxzpfxrjfy1v";
  buildDepends = [ binary filepath mtl parsec syb utf8String ];
  meta = {
    homepage = "http://code.haskell.org/protocol-buffers/";
    description = "Parse Google Protocol Buffer specifications";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})