Some Haskell package updates.

svn path=/nixpkgs/trunk/; revision=16702
This commit is contained in:
Andres Löh
2009-08-12 15:28:47 +00:00
parent 40854d65b4
commit 738b44d9d2
3 changed files with 7 additions and 7 deletions
@@ -1,11 +1,11 @@
{cabal, haskellSrcExts, mtl, uniplate, hscolour}:
{cabal, haskellSrcExts, mtl, uniplate, hscolour, parallel}:
cabal.mkDerivation (self : {
pname = "hlint";
version = "1.4";
version = "1.6.5";
name = self.fname;
sha256 = "deddcd8b2a2e1dce2510395dae1d6c78dc9264766e362ff378fe0f008db42e4e";
extraBuildInputs = [haskellSrcExts mtl uniplate hscolour];
sha256 = "70b8a70e268e5cd5079e1d187cba83f20a2fd967668a0fdf92f5207ec96e1a7e";
extraBuildInputs = [haskellSrcExts mtl uniplate hscolour parallel];
meta = {
description = "Source code suggestions";
};