haskell-ghc-vis: jailbreak to fix build with recent fgl and text libraries
This commit is contained in:
parent
f57d6ebaea
commit
3512c3c523
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||||||
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