nixpkgs/pkgs/development/libraries/haskell
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
..
benchpress Added maybench, an automated benchmarking tool. The tool depends on benchpress, 2008-08-29 09:05:49 +00:00
binary
cabal * gtk2hs switched to ghc-6.8.2 (but still not following the scheme of the other Haskell libs) 2008-01-25 12:42:07 +00:00
Crypto * small fix for the generic Cabal builder 2008-01-22 19:02:55 +00:00
editline * Move the composition of Haskell packages out of all-packages.nix 2009-04-18 12:47:11 +00:00
generic
gtk2hs * gtk2hs switched to ghc-6.8.2 (but still not following the scheme of the other Haskell libs) 2008-01-25 12:42:07 +00:00
HaXml Add recent versions of the Haskell libraries HTTP, HaXml, haxr, and haxr-th. Unfortunately, the latter library doesn't build successfully because of the following error: 2008-08-26 12:50:03 +00:00
haxr Add recent versions of the Haskell libraries HTTP, HaXml, haxr, and haxr-th. Unfortunately, the latter library doesn't build successfully because of the following error: 2008-08-26 12:50:03 +00:00
haxr-th Add recent versions of the Haskell libraries HTTP, HaXml, haxr, and haxr-th. Unfortunately, the latter library doesn't build successfully because of the following error: 2008-08-26 12:50:03 +00:00
HDBC * gtk2hs switched to ghc-6.8.2 (but still not following the scheme of the other Haskell libs) 2008-01-25 12:42:07 +00:00
HTTP Add recent versions of the Haskell libraries HTTP, HaXml, haxr, and haxr-th. Unfortunately, the latter library doesn't build successfully because of the following error: 2008-08-26 12:50:03 +00:00
maybench Added maybench, an automated benchmarking tool. The tool depends on benchpress, 2008-08-29 09:05:49 +00:00
monadlab MonadLab: Haskell tool (and library) for automatic generation of layered monads 2008-10-23 14:22:36 +00:00
pcre-light * small fix for the generic Cabal builder 2008-01-22 19:02:55 +00:00
uulib * uuagc and uulib are now using ghc-6.8.2 2008-01-23 08:36:03 +00:00
vty
wxHaskell * Get rid of references to losser.st-lab.cs.uu.nl. 2009-01-05 14:01:42 +00:00
X11 X11 version 1.4.2, added xmobar a minimalistic status bar written in haskell (integrates fine with xmonad) 2008-04-15 20:03:25 +00:00
zlib