haskell-HaRe: updated to version 0.6.0.2

svn path=/nixpkgs/trunk/; revision=32238
This commit is contained in:
Peter Simons 2012-02-13 09:01:46 +00:00
parent da6e4f95d4
commit d53d97ad5e
2 changed files with 3 additions and 6 deletions

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "HaRe";
version = "0.6.0.1";
sha256 = "cd3fa312c7fa6a5f761bbc3ebdbc6300e83ba9e285047acded6269d2164d67f8";
version = "0.6.0.2";
sha256 = "13mi6z37fszrl97mll4injhq8dyhqzm344x7y2vw8krr5xjj3kw2";
isLibrary = false;
isExecutable = true;
buildDepends = [ hint mtl network syb ];

View file

@ -1597,10 +1597,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
happyMeta = callPackage ../development/tools/haskell/happy-meta {};
# 2012-02-09: Disabled because this package is clearly, and it won't compile with
# any recent version of GHC. We should delete it unless anyone
# complains.
# HaRe = callPackage ../development/tools/haskell/HaRe {};
HaRe = callPackage ../development/tools/haskell/HaRe {};
hlint = callPackage ../development/tools/haskell/hlint {};