summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2009-05-12 07:06:17 +0000
committerAndres Löh <mail@andres-loeh.de>2009-05-12 07:06:17 +0000
commit16beccec0348b3603de2601f0b6fa322582f6a31 (patch)
tree241acfd7d4d084bbf5b1e8d9609137adb978e8df /pkgs
parent9b21f98b0a57a074099b0adcb6333222850b60e8 (diff)
downloadnixpkgs-16beccec0348b3603de2601f0b6fa322582f6a31.tar
nixpkgs-16beccec0348b3603de2601f0b6fa322582f6a31.tar.gz
nixpkgs-16beccec0348b3603de2601f0b6fa322582f6a31.tar.bz2
nixpkgs-16beccec0348b3603de2601f0b6fa322582f6a31.tar.lz
nixpkgs-16beccec0348b3603de2601f0b6fa322582f6a31.tar.xz
nixpkgs-16beccec0348b3603de2601f0b6fa322582f6a31.tar.zst
nixpkgs-16beccec0348b3603de2601f0b6fa322582f6a31.zip
Added ghc-6.10.3 to release.
svn path=/nixpkgs/trunk/; revision=15563
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index 0f8418bf4ce..2e6c3766a57 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -406,6 +406,10 @@ in {
     xmonad = linux;
   };
 
+  haskellPackages_ghc6103 = {
+    ghc = ghcSupported;
+  };
+
   kde3 = {
     kdebase = linux;
     kdelibs = linux;