summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-08-09 12:10:52 +0200
committerPeter Simons <simons@cryp.to>2012-08-09 12:11:15 +0200
commit34af15ebe0107e4b4ae5a8b5a381bae994685681 (patch)
treee0200da8d84dc9128bb0fadb14c29397ed8a44fc /pkgs
parent8387a3e51b2a6b8055e01a2d314039a670148041 (diff)
downloadnixlib-34af15ebe0107e4b4ae5a8b5a381bae994685681.tar
nixlib-34af15ebe0107e4b4ae5a8b5a381bae994685681.tar.gz
nixlib-34af15ebe0107e4b4ae5a8b5a381bae994685681.tar.bz2
nixlib-34af15ebe0107e4b4ae5a8b5a381bae994685681.tar.lz
nixlib-34af15ebe0107e4b4ae5a8b5a381bae994685681.tar.xz
nixlib-34af15ebe0107e4b4ae5a8b5a381bae994685681.tar.zst
nixlib-34af15ebe0107e4b4ae5a8b5a381bae994685681.zip
haskell-vacuum: update to version 2.0.0.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/vacuum/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/vacuum/default.nix b/pkgs/development/libraries/haskell/vacuum/default.nix
index 764a55402e7e..11f74432be63 100644
--- a/pkgs/development/libraries/haskell/vacuum/default.nix
+++ b/pkgs/development/libraries/haskell/vacuum/default.nix
@@ -2,13 +2,13 @@
 
 cabal.mkDerivation (self: {
   pname = "vacuum";
-  version = "1.0.0.2";
-  sha256 = "1amlzd89952fvw1sbajf9kv3f2s2i6xbqs1zjxw442achg465y7i";
+  version = "2.0.0.0";
+  sha256 = "0a810ql4lp1pyvys9a5aw28gxn7h2p4hkc0by4pmpw5d7kdhn9y3";
   extraLibraries = [ ghcPaths ];
   meta = {
-    homepage = "http://web.archive.org/web/20100410115820/http://moonpatio.com/vacuum/";
-    description = "Extract graph representations of ghc heap values";
-    license = "LGPL";
+    homepage = "http://thoughtpolice.github.com/vacuum";
+    description = "Graph representation of the GHC heap";
+    license = self.stdenv.lib.licenses.gpl3;
     platforms = self.ghc.meta.platforms;
     maintainers = [ self.stdenv.lib.maintainers.andres ];
   };