summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2011-03-12 17:28:15 +0000
committerAndres Löh <mail@andres-loeh.de>2011-03-12 17:28:15 +0000
commit3e0ac9b040b0a15041faa74e7ffa87cc705e0f96 (patch)
treebc7a2b1c5f9269c77d3c710c1d489ae65cf3ad50 /pkgs/top-level/release.nix
parent03b3d85fbf9327e00a8b4506a2fa4dee7c947461 (diff)
downloadnixlib-3e0ac9b040b0a15041faa74e7ffa87cc705e0f96.tar
nixlib-3e0ac9b040b0a15041faa74e7ffa87cc705e0f96.tar.gz
nixlib-3e0ac9b040b0a15041faa74e7ffa87cc705e0f96.tar.bz2
nixlib-3e0ac9b040b0a15041faa74e7ffa87cc705e0f96.tar.lz
nixlib-3e0ac9b040b0a15041faa74e7ffa87cc705e0f96.tar.xz
nixlib-3e0ac9b040b0a15041faa74e7ffa87cc705e0f96.tar.zst
nixlib-3e0ac9b040b0a15041faa74e7ffa87cc705e0f96.zip
Major Haskell packages overhaul.
Several changes, some highlights:

  * Structure of haskell-packages.nix updated. It's now easier to
    select different default versions of packages for different
    versions of GHC.

  * GHC 7.0.2 is now default.

  * Haskell Platform 2011.2.0.0 has been added and is now default.

  * Several packages have been updated
    (gtk2hs, gitit, xmonad, darcs, ...).

  * Some old packages have been removed.

svn path=/nixpkgs/trunk/; revision=26288
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 57bd22e59f8c..e60ec56fbb61 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -400,13 +400,10 @@ with (import ./release-lib.nix);
 
   haskellPackages_ghc6104 = {
     ghc = ghcSupported;
-    gtk2hs = linux;
     haskellPlatform_2009_2_0_2 = ghcSupported;
-    xmonad = linux;
   };
 
   haskellPackages_ghc6121 = {
-    darcs = ghcSupported;
     ghc = ghcSupported;
     haskellPlatform_2010_1_0_0 = ghcSupported;
   };
@@ -427,7 +424,13 @@ with (import ./release-lib.nix);
   };
 
   haskellPackages_ghc702 = {
+    darcs = ghcSupported;
     ghc = ghcSupported;
+    gitit = linux;
+    gtk = linux;
+    haskellPlatform_2011_2_0_0 = ghcSupported;
+    lhs2tex = ghcSupported;
+    xmonad = linux;
   };
 
   kde3 = {