mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
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 {};
|
||||
|
||||
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 {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue