haskell-ghc-events: updated to version 0.4.0.0
svn path=/nixpkgs/trunk/; revision=31591
This commit is contained in:
parent
0e224241bf
commit
5d03943ec7
@ -2,11 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-events";
|
pname = "ghc-events";
|
||||||
version = "0.3.0.1";
|
version = "0.4.0.0";
|
||||||
sha256 = "08jnri6cwybg8b2f53rn8y1xzcpz32r0svahcw01g837p07mcpla";
|
sha256 = "0q1r5jxk8ma8rg65n4iixl5zyk4nxpzi4ywf0jz8y1nbbhbas7g2";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary mtl ];
|
buildDepends = [ binary mtl ];
|
||||||
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library and tool for parsing .eventlog files from GHC";
|
description = "Library and tool for parsing .eventlog files from GHC";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user