From e102a7173ec72b397fd8ce0a656dd3756d565508 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Fri, 11 Dec 2009 13:58:05 +0000 Subject: [PATCH] haskellPackages: add comment about hack-nix svn path=/nixpkgs/trunk/; revision=18891 --- pkgs/top-level/haskell-packages.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index 92b75feeb5f7..9421d5c53b60 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -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