nixpkgs/pkgs/top-level
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
..
all-packages.nix * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00
build-for-release.nix svn path=/nixpkgs/trunk/; revision=14687 2009-03-24 15:15:56 +00:00
builder-defs.nix Updated Monotone to 0.43 2009-03-25 16:06:00 +00:00
haskell-packages.nix * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00
make-tarball.nix svn path=/nixpkgs/trunk/; revision=14858 2009-04-03 12:34:25 +00:00
mingw.nix * Remove execute permission. 2006-09-11 13:37:46 +00:00
release.nix Build Hugin on Hydra. 2009-04-17 17:36:48 +00:00
template-composing+config.nix * Tab removal. 2008-07-23 13:40:03 +00:00
template-composing-builder.nix Added FBTerm - framebuffer terminal emulator 2008-12-08 12:44:42 +00:00
template-debian.nix * mirror://debian: stripped the /pool part; there are other Debian 2008-03-13 13:31:39 +00:00
template-simple.nix Just another simple template 2007-09-04 09:52:29 +00:00