Version bumps for a number of Haskell packages.

svn path=/nixpkgs/trunk/; revision=23181
This commit is contained in:
Andres Löh 2010-08-15 18:28:08 +00:00
parent 4db5058475
commit 1a7a128b58
4 changed files with 9 additions and 9 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "haskell-src-exts";
version = "1.1.4";
sha256 = "83c98d8bc16622039b14220190c571ed7f8459f129803b593373df5c15e3f2f1";
version = "1.9.0";
sha256 = "dedb529217dfe393f75f26b735f7dd09eea50006481f60d06e169de6f328d1da";
extraBuildInputs = [happy];
propagatedBuildInputs = [cpphs];
meta = {

View File

@ -2,10 +2,10 @@
cabal.mkDerivation (self : {
pname = "hscolour";
version = "1.15";
sha256 = "762f07977d971939360e2a418dfad2a8e5f908b9a88f3a861fa13937cbcfef1e";
version = "1.17";
sha256 = "b645cdde1b7827dae1519a4423031b4c6bed82a8edb52aa295bea86478ce24b0";
meta = {
description = "Colourise Haskell code";
};
})
})

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "uniplate";
version = "1.2.0.3";
sha256 = "77cf07c96ae62799d790284c0c84beca9ee17c9c2416d4de6641f3fddd644b58";
version = "1.5.1";
sha256 = "cfeaaaabbbe318992df0c51a0c04729b22dac244f415b80a3b388708ed9cfc33";
propagatedBuildInputs = [mtl];
meta = {
description = "Uniform type generic traversals";

View File

@ -2,9 +2,9 @@
cabal.mkDerivation (self : {
pname = "hlint";
version = "1.6.11";
version = "1.7.3";
name = self.fname;
sha256 = "20210c72826be92ae34247d4e02e64187c3c99f70f8a099c747c46415e010af5";
sha256 = "afd4aa623fedf5257464bf18f38376a951d130f3004664803763e67cc55d9e83";
extraBuildInputs = [haskellSrcExts mtl uniplate hscolour parallel];
meta = {
description = "Source code suggestions";