haskell-ghc-vis: re-generate expression with recent version of cabal2nix
This commit is contained in:
parent
95385a697a
commit
dc7c1bc042
|
@ -11,9 +11,9 @@ cabal.mkDerivation (self: {
|
||||||
transformers xdot
|
transformers xdot
|
||||||
];
|
];
|
||||||
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 = {
|
||||||
homepage = "http://felsin9.de/nnis/ghc-vis";
|
homepage = "http://felsin9.de/nnis/ghc-vis";
|
||||||
description = "Live visualization of data structures in GHCi";
|
description = "Live visualization of data structures in GHCi";
|
||||||
|
|
Loading…
Reference in New Issue