mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
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 {
|
||||
|
||||
# ==> 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
|
||||
|
Loading…
Reference in New Issue
Block a user