nixpkgs/pkgs/development
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
..
compilers * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00
eclipse updated eclipse to version 3.3.2 -- do we really need a special nix expression for jdt in development/eclipse? 2008-03-11 13:40:27 +00:00
guile-modules/guile-lib * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
interpreters * editline: renamed to libedit (which seems to be the proper name for 2009-04-16 19:25:22 +00:00
libraries * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00
misc * Doh. 2009-03-10 20:04:08 +00:00
perl-modules * Disabled make check in DBD::SQLite; see 2009-03-24 15:42:24 +00:00
python-modules Add simplejson, a JSON encoded/decoded for Python. 2009-04-17 09:06:42 +00:00
ruby-modules Two Ruby modules 2008-10-05 09:00:56 +00:00
tools * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00