Author: simons
Date: Sun Aug  7 18:22:13 2011
New Revision: 28231
URL: https://svn.nixos.org/websvn/nix/?rev=28231&sc=1

Log:
hlint: updated to version 1.8.13

Modified:
   nixpkgs/trunk/pkgs/development/tools/haskell/hlint/default.nix

Modified: nixpkgs/trunk/pkgs/development/tools/haskell/hlint/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/tools/haskell/hlint/default.nix      Sun Aug 
 7 18:22:09 2011        (r28230)
+++ nixpkgs/trunk/pkgs/development/tools/haskell/hlint/default.nix      Sun Aug 
 7 18:22:13 2011        (r28231)
@@ -1,13 +1,17 @@
-{cabal, haskellSrcExts, mtl, uniplate, hscolour, parallel, transformers}:
+{cabal, cpphs, haskellSrcExts, hscolour, transformers, uniplate} :
 
 cabal.mkDerivation (self : {
   pname = "hlint";
-  version = "1.8.7";
-  name = self.fname;
-  sha256 = "0k2fwwwmq0qqb5nw5acsjr2gqnsmqcf3ckb6wdrkqsqp8g2k14mn";
-  extraBuildInputs =
-    [haskellSrcExts mtl uniplate hscolour parallel transformers];
+  version = "1.8.13";
+  sha256 = "125hvljx70b1zai3xdrarjl9fji2fq2g390rlffq428ifjrl9nk2";
+  propagatedBuildInputs = [
+    cpphs haskellSrcExts hscolour transformers uniplate
+  ];
   meta = {
+    homepage = "http://community.haskell.org/~ndm/hlint/";;
     description = "Source code suggestions";
+    license = "GPL";
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [ self.stdenv.lib.maintainers.simons ];
   };
 })
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to