mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-HaRe: updated to version 0.6.0.2
svn path=/nixpkgs/trunk/; revision=32238
This commit is contained in:
parent
da6e4f95d4
commit
d53d97ad5e
2 changed files with 3 additions and 6 deletions
|
@ -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 ];
|
||||
|
|
|
@ -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 {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue