haskell-ghc-events: update to version 0.4.0.1
This commit is contained in:
parent
ee606adc9e
commit
9ec744961f
@ -2,13 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-events";
|
pname = "ghc-events";
|
||||||
version = "0.4.0.0";
|
version = "0.4.0.1";
|
||||||
sha256 = "0q1r5jxk8ma8rg65n4iixl5zyk4nxpzi4ywf0jz8y1nbbhbas7g2";
|
sha256 = "1ic8r3hn1m500xwq1n8wz7fp65vm43n7dkjnn341xdmpd1546wlc";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary mtl ];
|
buildDepends = [ binary mtl ];
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
jailbreak = 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