nixpkgs/pkgs/development/tools
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
..
analysis * Valgrind 3.4.1. 2009-03-03 09:19:50 +00:00
build-managers Updated CMake to version 2.6.3. 2009-04-17 13:48:22 +00:00
cdecl Making cdecl compile with readline. 2009-04-08 10:09:14 +00:00
documentation Added Gajim XMPP client in nearly full-feature configuration with all dependencies 2009-04-12 19:34:20 +00:00
guile * Cleaned up a lot of description fields that contained newlines. 2009-03-03 13:27:40 +00:00
haskell/uuagc version bump to 0.9.7 2009-01-04 13:48:58 +00:00
java/jclasslib * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
literate-programming/noweb * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
misc updating unifdef source location 2009-04-14 13:03:43 +00:00
parsing * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00
profiling Made oprofile not to build shared libs. This allows building on x86_64. 2009-03-30 20:22:54 +00:00
selenium/remote-control downgrade selenium-rc to rev 2450. The newer one is buggy (Neither allows using a FirefoxProfile nor launches Opera) 2009-04-14 12:58:53 +00:00