Author: simons
Date: Thu Apr 19 15:11:50 2012
New Revision: 33841
URL: https://nixos.org/websvn/nix/?rev=33841&sc=1

Log:
haskell-graphviz: updated to version 2999.13.0.1

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/graphviz/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/graphviz/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/graphviz/default.nix       
Thu Apr 19 15:11:41 2012        (r33840)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/graphviz/default.nix       
Thu Apr 19 15:11:50 2012        (r33841)
@@ -1,16 +1,13 @@
-{ cabal, colour, dlist, extensibleExceptions, fgl, filepath
-, polyparse, text, transformers, wlPprintText
+{ cabal, colour, dlist, fgl, filepath, polyparse, text
+, transformers, wlPprintText
 }:
 
 cabal.mkDerivation (self: {
   pname = "graphviz";
-  version = "2999.12.0.4";
-  sha256 = "02yg5c02k3sdrcq5srzpdvlzs6cnrns67576qzr8n7ynhpvard73";
-  isLibrary = true;
-  isExecutable = true;
+  version = "2999.13.0.1";
+  sha256 = "1x6pbcixlqbxcg3dsl9z1f5r0qax2p967z0csqb27am812knakky";
   buildDepends = [
-    colour dlist extensibleExceptions fgl filepath polyparse text
-    transformers wlPprintText
+    colour dlist fgl filepath polyparse text transformers wlPprintText
   ];
   meta = {
     homepage = "http://projects.haskell.org/graphviz/";;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to