forked from mirrors/nixpkgs
haskell-ghc-heap-view: update to version 0.4.2.0
This commit is contained in:
parent
8b0b674d65
commit
f4be8d4ec7
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-heap-view";
|
pname = "ghc-heap-view";
|
||||||
version = "0.4.1.0";
|
version = "0.4.2.0";
|
||||||
sha256 = "1icq5620j37n85d08yfpln75f9944flbqyqhjqsf0qr72zsm3w11";
|
sha256 = "0c9yz47j0ddy0l04dabglc99hl7n9wwnz4xj9r8ljafag6l221gp";
|
||||||
buildDepends = [ transformers ];
|
buildDepends = [ transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Extract the heap representation of Haskell values and thunks";
|
description = "Extract the heap representation of Haskell values and thunks";
|
||||||
|
|
Loading…
Reference in a new issue