nixpkgs/pkgs/development/tools/parsing
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
..
alex * update alex to 2.2 and to use the generic Cabal builder 2008-01-22 22:43:38 +00:00
antlr Updated ANTLR version 2 from 2.7.6 to 2.7.7. 2009-03-17 15:42:54 +00:00
bison GNU Bison 2.4.1. 2008-12-12 12:37:29 +00:00
byacc Added: 2008-08-06 20:39:01 +00:00
flex Newer flex. 2008-03-20 09:50:15 +00:00
frown * added Ralf Hinze's "frown" parser generator for Haskell 2007-05-09 13:10:31 +00:00
happy * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00
jikespg * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
ragel replacing applyAndFun by lib.defaultOverridableDelayableArgs 2009-03-06 23:21:28 +00:00
toolbuslib * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00