Author: andres
Date: Tue Aug 31 15:54:08 2010
New Revision: 23569
URL: https://svn.nixos.org/websvn/nix/?rev=23569&sc=1

Log:
Fixing Haskell Platform attribute names in release.nix.

Modified:
   nixpkgs/trunk/pkgs/top-level/release.nix

Modified: nixpkgs/trunk/pkgs/top-level/release.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/release.nix    Tue Aug 31 15:37:50 2010        
(r23568)
+++ nixpkgs/trunk/pkgs/top-level/release.nix    Tue Aug 31 15:54:08 2010        
(r23569)
@@ -413,26 +413,26 @@
     gitit = linux;
     gtk2hs = linux;
     leksah = linux;
-    haskellPlatform2009202 = ghcSupported;
+    haskellPlatform_2009_2_0_2 = ghcSupported;
     xmonad = linux;
   };
 
   haskellPackages_ghc6121 = {
     darcs = ghcSupported;
     ghc = ghcSupported;
-    haskellPlatform2010100 = ghcSupported;
+    haskellPlatform_2010_1_0_0 = ghcSupported;
   };
 
   haskellPackages_ghc6122 = {
     darcs = ghcSupported;
     ghc = ghcSupported;
-    haskellPlatform2010100 = ghcSupported;
+    haskellPlatform_2010_1_0_0 = ghcSupported;
   };
 
   haskellPackages_ghc6123 = {
     darcs = ghcSupported;
     ghc = ghcSupported;
-    haskellPlatform2010200 = ghcSupported;
+    haskellPlatform_2010_2_0_0 = ghcSupported;
     lhs2tex = ghcSupported;
     xmonad = linux;
   };
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to