haskell-ghc-vis: jailbreak to fix build with recent fgl and text libraries

This commit is contained in:
Peter Simons 2014-05-13 18:11:17 +02:00
parent f57d6ebaea
commit 3512c3c523

View File

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
ensureDir "$out/share/ghci"
ln -s "$out/share/$pname-$version/ghci" "$out/share/ghci/$pname"
'';
jailbreak = true;
meta = {
homepage = "http://felsin9.de/nnis/ghc-vis";
description = "Live visualization of data structures in GHCi";