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-07-09 22:24:05 +0000
committerMarc Weber <marco-oweber@gmx.de>2009-07-09 22:24:05 +0000
commitf38e40051530c4c80a549d1035003070da0403a4 (patch)
tree6b1574c2f0512f63c00cd481abe3e829b27133cc /pkgs/top-level/haskell-packages.nix
parent676f4c4e2d3e2f40e9b4f5a9fee7de29c084a13e (diff)
downloadnixpkgs-f38e40051530c4c80a549d1035003070da0403a4.tar
nixpkgs-f38e40051530c4c80a549d1035003070da0403a4.tar.gz
nixpkgs-f38e40051530c4c80a549d1035003070da0403a4.tar.bz2
nixpkgs-f38e40051530c4c80a549d1035003070da0403a4.tar.lz
nixpkgs-f38e40051530c4c80a549d1035003070da0403a4.tar.xz
nixpkgs-f38e40051530c4c80a549d1035003070da0403a4.tar.zst
nixpkgs-f38e40051530c4c80a549d1035003070da0403a4.zip
basing nix-repository-manager on haskellPackages. The executable is no
longer recompiled when the config changes only

svn path=/nixpkgs/trunk/; revision=16297
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 25e22f42eb8..d41811e1657 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -538,6 +538,11 @@ rec {
     inherit (pkgs) stdenv fetchurl;
   };
 
+  nixRepositoryManager = import ../tools/package-management/nix-repository-manager {
+    inherit (pkgs) stdenv lib writeText writeScriptBin getConfig bleedingEdgeRepos ;
+    inherit ghcReal;
+  };
+
   # Games.
 
   MazesOfMonad = import ../games/MazesOfMonad {