2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-11-08 16:09:06 -08:00
|
|
|
{ cabal, binary, filepath, mtl, syb, utf8String }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "protocol-buffers";
|
|
|
|
version = "2.0.14";
|
|
|
|
sha256 = "1wihnpvc7kjq345a6v702s42gmrqd9cjm50safc7kigyvhr5vm1i";
|
|
|
|
buildDepends = [ binary filepath mtl 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;
|
2014-08-10 15:39:48 -07:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2014-08-15 03:09:21 -07:00
|
|
|
broken = self.stdenv.lib.versionOlder "7.7" self.ghc.version;
|
2013-11-08 16:09:06 -08:00
|
|
|
};
|
|
|
|
})
|