summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndres Löh2009-04-19 10:13:31 +0000
committerAndres Löh2009-04-19 10:13:31 +0000
commit80214b7be0e941bb966a2ff667300d08ee7ffc8e (patch)
tree7a0633109efa5af8c8635e64121c626a16260fd3
parent1643888f806976a1a0be791ece1e96497283753f (diff)
Removed unix package.
svn path=/nixpkgs/trunk/; revision=15142
-rw-r--r--pkgs/top-level/haskell-packages.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index dded9bf3bec7..8a50ce73c276 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -125,10 +125,6 @@ rec {
     inherit (pkgs) stdenv fetchurl unzip wxGTK;
   };
 
-  unix = import ../development/libraries/haskell/unix {
-    inherit cabal;
-  };
-
   vty = import ../development/libraries/haskell/vty {
     inherit cabal;
   };