haskell-ghc-heap-view: re-generate expression with recent version of cabal2nix
This commit is contained in:
parent
3dbe2e6cea
commit
8784de3a60
@ -6,9 +6,9 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1qi7f3phj2j63x1wd2cvk36945cxd84s12zs03hlrn49wzx2pf1n";
|
sha256 = "1qi7f3phj2j63x1wd2cvk36945cxd84s12zs03hlrn49wzx2pf1n";
|
||||||
buildDepends = [ binary transformers ];
|
buildDepends = [ binary transformers ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
ensureDir "$out/share/ghci"
|
ensureDir "$out/share/ghci"
|
||||||
ln -s "$out/share/$pname-$version/ghci" "$out/share/ghci/$pname"
|
ln -s "$out/share/$pname-$version/ghci" "$out/share/ghci/$pname"
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
description = "Extract the heap representation of Haskell values and thunks";
|
description = "Extract the heap representation of Haskell values and thunks";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user