haskellPackages: add comment about hack-nix
svn path=/nixpkgs/trunk/; revision=18891
This commit is contained in:
parent
2dd9764a9e
commit
e102a7173e
@ -4,6 +4,10 @@ let ghcReal = pkgs.lowPrio ghc; in
|
|||||||
|
|
||||||
rec {
|
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;
|
inherit ghcReal;
|
||||||
|
|
||||||
# In the remainder, `ghc' refers to the wrapper. This is because
|
# In the remainder, `ghc' refers to the wrapper. This is because
|
||||||
|
Loading…
Reference in New Issue
Block a user