summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-23 11:59:43 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-23 11:59:43 +0000
commitf762b50991f1434f2f449304d718d928a1b7b2f9 (patch)
treeefc00b1e7221b3b2c3560ca6d7bca5ce3fa36ff8 /pkgs/top-level/release.nix
parentc13587d6b32bcb9fcbf4ccfc475f3ece1caa8357 (diff)
parent4c02ccd10783eecef9f613d86ebf576cac851830 (diff)
downloadnixpkgs-f762b50991f1434f2f449304d718d928a1b7b2f9.tar
nixpkgs-f762b50991f1434f2f449304d718d928a1b7b2f9.tar.gz
nixpkgs-f762b50991f1434f2f449304d718d928a1b7b2f9.tar.bz2
nixpkgs-f762b50991f1434f2f449304d718d928a1b7b2f9.tar.lz
nixpkgs-f762b50991f1434f2f449304d718d928a1b7b2f9.tar.xz
nixpkgs-f762b50991f1434f2f449304d718d928a1b7b2f9.tar.zst
nixpkgs-f762b50991f1434f2f449304d718d928a1b7b2f9.zip
* Another sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix28
1 files changed, 24 insertions, 4 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 429a2408de0..e2b1376c607 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -122,7 +122,6 @@ in {
   gcc34 = linux;
   gcc43_multi = ["x86_64-linux"];
   gdb = all;
-  ghc = ghcSupported;
   ghostscript = linux;
   ghostscriptX = linux;
   gimp = linux;
@@ -153,6 +152,7 @@ in {
   hal = linux;
   hello = all;
   host = linux;
+  hugin = linux;
   iana_etc = linux;
   icecat3Xul = [ "i686-linux" ];
   idutils = all;
@@ -174,7 +174,6 @@ in {
   kvm = linux;
   less = all;
   lftp = all;
-  lhs2tex = ghcSupported;
   libsmbios = linux;
   libtool = all;
   libtool_2 = all;
@@ -223,7 +222,6 @@ in {
   pavucontrol = linux;
   pciutils = linux;
   perl = all;
-  perlTaskCatalystTutorial = linux;
   php = linux;
   pidgin = linux;
   pinentry = linux;
@@ -256,6 +254,7 @@ in {
   sqlite = allBut "i686-cygwin";
   ssmtp = linux;
   stdenv = prio 175 all;
+  stlport = linux;
   strace = linux;
   su = linux;
   subversion = all;
@@ -295,7 +294,6 @@ in {
   wget = all;
   wine = ["i686-linux"];
   wirelesstools = linux;
-  wxHaskell = linux;
   x11_ssh_askpass = linux;
   xchm = linux;
   xfig = x11Supported;
@@ -332,6 +330,24 @@ in {
     gtk = linux;
   };
 
+  haskellPackages_ghc683 = {
+    ghc = ghcSupported;
+  };
+
+  haskellPackages_ghc6101 = {
+    ghc = ghcSupported;
+  };
+
+  haskellPackages_ghc6102 = {
+    darcs = ghcSupported;
+    ghc = ghcSupported;
+    gtk2hs = ghcSupported;
+    leksah = ghcSupported;
+    lhs2tex = ghcSupported;
+    haskellPlatform = ghcSupported;
+    xmonad = ghcSupported;
+  };
+
   kde3 = {
     kdebase = linux;
     kdelibs = linux;
@@ -391,6 +407,10 @@ in {
     javafront = all;
     dryad = linux;
   };
+
+  perlPackages = {
+    TaskCatalystTutorial = linux;
+  };
   
   xorg = {
     fontadobe100dpi = linux;