nixpkgs/pkgs
Eelco Dolstra cee387e845 * Move the composition of Haskell packages out of all-packages.nix
into haskell-packages.nix, which depends on an instance of GHC.
  This allows a consistent set of packages to be built with the same
  GHC.  For instance,

  $ nix-build -A haskellPackages_ghc683.xmonad

  builds xmonad and all its dependencies with GHC 6.8.3, while

  $ nix-build -A haskellPackages_ghc6102.xmonad

  does the same with GHC 6.10.2.  This is the same technique used with
  kernelPackages.  It also means that we don't need things like
  "cabal682" and "cabal683" anymore.

* The setup hook is now in a separate wrapper package so that we don't
  have to recompile all of GHC every time we want to make a small
  change.

* cinelerra: this package appears to have an accidental dependency on
  the "X11" Haskell package.

svn path=/nixpkgs/trunk/; revision=15125
2009-04-18 12:47:11 +00:00
..
applications * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00
build-support * Bump the names as well. 2009-04-14 13:36:16 +00:00
configs/etc
data Add pthread man pages from LinuxThreads. 2009-04-02 14:30:34 +00:00
desktops Added krusader for KDE4 2009-04-12 15:51:58 +00:00
development * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00
games Added Scorched3D. 2009-04-16 22:50:36 +00:00
lib * Added a function to make Unix-style search paths. This generalises 2009-04-05 18:05:11 +00:00
misc Adding a folding-at-home client. 2009-04-17 20:36:54 +00:00
os-specific/linux * sdparm: the previous URL was broken. 2009-04-16 12:23:53 +00:00
servers Use PAM in ejabberd 2009-04-13 09:36:07 +00:00
shells Added bash 4.0 (and readline 6.0, which is required by bash). 2009-03-17 14:03:03 +00:00
stdenv * Move some functions for manipulating meta and name attributes out of 2009-03-30 13:22:19 +00:00
test
tools * Latest Nix unstable. 2009-04-16 09:06:23 +00:00
top-level * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00