haskell-ghc-vis: update to version 0.7.2.2
This commit is contained in:
parent
ff6db963fc
commit
e08c94e804
@ -4,17 +4,17 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-vis";
|
pname = "ghc-vis";
|
||||||
version = "0.7.2.1";
|
version = "0.7.2.2";
|
||||||
sha256 = "160b45bgiz2ckva70dnmkf6i9bvffaavm5wzia2lk8c65pnvc9ih";
|
sha256 = "0abk76cy9qiblyways1r7jfsj996sj4laawzaz1j9p546plfkbnj";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cairo deepseq fgl ghcHeapView graphviz gtk mtl svgcairo text
|
cairo deepseq fgl ghcHeapView graphviz gtk mtl svgcairo text
|
||||||
transformers xdot
|
transformers xdot
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
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"
|
||||||
'';
|
'';
|
||||||
jailbreak = true;
|
|
||||||
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…
x
Reference in New Issue
Block a user