summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-05-24 10:55:28 +0200
committerPeter Simons <simons@cryp.to>2014-05-24 12:01:37 +0200
commite08c94e8044d2f31a6459649db0c3e16fc54eb8a (patch)
tree2700e33cd7300337707ffc0e17ef03df687caf7c
parentff6db963fc2edcb912faed74a19a1ac36d458cb1 (diff)
downloadnixlib-e08c94e8044d2f31a6459649db0c3e16fc54eb8a.tar
nixlib-e08c94e8044d2f31a6459649db0c3e16fc54eb8a.tar.gz
nixlib-e08c94e8044d2f31a6459649db0c3e16fc54eb8a.tar.bz2
nixlib-e08c94e8044d2f31a6459649db0c3e16fc54eb8a.tar.lz
nixlib-e08c94e8044d2f31a6459649db0c3e16fc54eb8a.tar.xz
nixlib-e08c94e8044d2f31a6459649db0c3e16fc54eb8a.tar.zst
nixlib-e08c94e8044d2f31a6459649db0c3e16fc54eb8a.zip
haskell-ghc-vis: update to version 0.7.2.2
-rw-r--r--pkgs/development/libraries/haskell/ghc-vis/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/ghc-vis/default.nix b/pkgs/development/libraries/haskell/ghc-vis/default.nix
index be0b72aa963e..40700b52f61d 100644
--- a/pkgs/development/libraries/haskell/ghc-vis/default.nix
+++ b/pkgs/development/libraries/haskell/ghc-vis/default.nix
@@ -4,17 +4,17 @@
 
 cabal.mkDerivation (self: {
   pname = "ghc-vis";
-  version = "0.7.2.1";
-  sha256 = "160b45bgiz2ckva70dnmkf6i9bvffaavm5wzia2lk8c65pnvc9ih";
+  version = "0.7.2.2";
+  sha256 = "0abk76cy9qiblyways1r7jfsj996sj4laawzaz1j9p546plfkbnj";
   buildDepends = [
     cairo deepseq fgl ghcHeapView graphviz gtk mtl svgcairo text
     transformers xdot
   ];
+  jailbreak = true;
   postInstall = ''
     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";