haskell-packages.nix: disable the obsolete 'HaRe' tool
svn path=/nixpkgs/trunk/; revision=32165
This commit is contained in:
parent
792bbd3522
commit
2d48075c4a
@ -1583,7 +1583,10 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
happyMeta = callPackage ../development/tools/haskell/happy-meta {};
|
happyMeta = callPackage ../development/tools/haskell/happy-meta {};
|
||||||
|
|
||||||
HaRe = callPackage ../development/tools/haskell/HaRe {};
|
# 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 {};
|
||||||
|
|
||||||
hlint = callPackage ../development/tools/haskell/hlint {};
|
hlint = callPackage ../development/tools/haskell/hlint {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user