haskell-ghc-events: updated to version 0.4.0.0

svn path=/nixpkgs/trunk/; revision=31591
This commit is contained in:
Peter Simons 2012-01-16 11:47:57 +00:00
parent 0e224241bf
commit 5d03943ec7

View File

@ -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;