haskell-protocol-buffers: update to version 2.0.17
This commit is contained in:
parent
52752e3e7b
commit
b65901c806
@ -1,18 +1,16 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, binary, filepath, mtl, syb, utf8String }:
|
{ cabal, binary, filepath, mtl, parsec, syb, utf8String }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "protocol-buffers";
|
pname = "protocol-buffers";
|
||||||
version = "2.0.14";
|
version = "2.0.17";
|
||||||
sha256 = "1wihnpvc7kjq345a6v702s42gmrqd9cjm50safc7kigyvhr5vm1i";
|
sha256 = "12aky44ssgdj6vsjg0yvr8350cym7n6kn7gdaax0nxzpfxrjfy1v";
|
||||||
buildDepends = [ binary filepath mtl syb utf8String ];
|
buildDepends = [ binary filepath mtl parsec syb utf8String ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/protocol-buffers/";
|
homepage = "http://code.haskell.org/protocol-buffers/";
|
||||||
description = "Parse Google Protocol Buffer specifications";
|
description = "Parse Google Protocol Buffer specifications";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
broken = self.stdenv.lib.versionOlder "7.7" self.ghc.version;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user