summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
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 429a2408de013..e2b1376c60788 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;