summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2009-12-11 13:58:05 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-12-11 13:58:05 +0000
commite102a7173ec72b397fd8ce0a656dd3756d565508 (patch)
tree2414d5cdfce6bf1bd92f6d50b79021c6247e8410 /pkgs/top-level/haskell-packages.nix
parent2dd9764a9e4993cd21d196e50dc19a0ba0eb6078 (diff)
downloadnixpkgs-e102a7173ec72b397fd8ce0a656dd3756d565508.tar
nixpkgs-e102a7173ec72b397fd8ce0a656dd3756d565508.tar.gz
nixpkgs-e102a7173ec72b397fd8ce0a656dd3756d565508.tar.bz2
nixpkgs-e102a7173ec72b397fd8ce0a656dd3756d565508.tar.lz
nixpkgs-e102a7173ec72b397fd8ce0a656dd3756d565508.tar.xz
nixpkgs-e102a7173ec72b397fd8ce0a656dd3756d565508.tar.zst
nixpkgs-e102a7173ec72b397fd8ce0a656dd3756d565508.zip
haskellPackages: add comment about hack-nix
svn path=/nixpkgs/trunk/; revision=18891
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 92b75feeb5f..9421d5c53b6 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