nixpkgs/pkgs/development/compilers/ghc
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
..
ghc-wrapper exposing /bin/* as well because of helper applications such as hsc2hs 2008-04-15 17:05:28 +00:00
6.4.2-binary.nix * editline: renamed to libedit (which seems to be the proper name for 2009-04-16 19:25:22 +00:00
6.4.2.nix * More GHC cleanup. 2009-04-16 18:21:03 +00:00
6.6.1.nix * Disable the GHC setup hook. It's kind of annoying to have to 2009-04-16 18:38:41 +00:00
6.8.2.nix * editline: renamed to libedit (which seems to be the proper name for 2009-04-16 19:25:22 +00:00
6.8.3.nix * Added GHC 6.10.2. 2009-04-16 22:00:41 +00:00
6.10.1-binary.nix * Doh. 2009-04-17 19:46:28 +00:00
6.10.2-binary.nix * GHC apparently works with Perl 5.10 now. 2009-04-16 19:59:41 +00:00
6.10.2.nix * Added GHC 6.10.2. 2009-04-16 22:00:41 +00:00
setup-hook.sh * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00
wrapper.nix * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00