haskellPackages: add comment about hack-nix

svn path=/nixpkgs/trunk/; revision=18891
This commit is contained in:
Marc Weber 2009-12-11 13:58:05 +00:00
parent 2dd9764a9e
commit e102a7173e

View file

@ -4,6 +4,10 @@ let ghcReal = pkgs.lowPrio ghc; in
rec {
# ==> You're looking for a package but can't find it? Get hack-nix.
# -> http://github.com/MarcWeber/hack-nix. Read its README file.
# You can install (almost) all packages from hackage easily.
inherit ghcReal;
# In the remainder, `ghc' refers to the wrapper. This is because