Author: simons
Date: Fri Oct 14 22:04:10 2011
New Revision: 29850
URL: https://nixos.org/websvn/nix/?rev=29850&sc=1

Log:
haskell-packages.nix: use blanks instead of tabs

Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Fri Oct 14 21:56:21 
2011        (r29849)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Fri Oct 14 22:04:10 
2011        (r29850)
@@ -194,7 +194,7 @@
       haskellPlatform = self.haskellPlatform_2011_2_0_1;
       mtl1 = self.mtl_1_1_1_1;
       text = self.text_0_11_1_5;
-      repaExamples = null;     # don't pick this version of 'repa-examples' 
during nix-env -u
+      repaExamples = null;      # don't pick this version of 'repa-examples' 
during nix-env -u
     };
 
   haskellPlatform_2011_2_0_1 =
@@ -236,7 +236,7 @@
     self : self.haskellPlatformArgs_2011_2_0_0 self // {
       haskellPlatform = self.haskellPlatform_2011_2_0_0;
       mtl1 = self.mtl_1_1_1_1;
-      repaExamples = null;     # don't pick this version of 'repa-examples' 
during nix-env -u
+      repaExamples = null;      # don't pick this version of 'repa-examples' 
during nix-env -u
     };
 
   haskellPlatform_2011_2_0_0 =
@@ -274,7 +274,7 @@
   haskellPlatformDefaults_2010_2_0_0 =
     self : self.haskellPlatformArgs_2010_2_0_0 self // {
       haskellPlatform = self.haskellPlatform_2010_2_0_0;
-      repaExamples = null;     # don't pick this version of 'repa-examples' 
during nix-env -u
+      repaExamples = null;      # don't pick this version of 'repa-examples' 
during nix-env -u
     };
 
   haskellPlatform_2010_2_0_0 =
@@ -311,7 +311,7 @@
     self : self.haskellPlatformArgs_2010_1_0_0 self // {
       haskellPlatform = self.haskellPlatform_2010_1_0_0;
       extensibleExceptions = self.extensibleExceptions_0_1_1_0;
-      repaExamples = null;     # don't pick this version of 'repa-examples' 
during nix-env -u
+      repaExamples = null;      # don't pick this version of 'repa-examples' 
during nix-env -u
     };
 
   haskellPlatform_2010_1_0_0 =
@@ -349,7 +349,7 @@
     self : self.haskellPlatformArgs_2009_2_0_2 self // {
       haskellPlatform = self.haskellPlatform_2009_2_0_2;
       extensibleExceptions = self.extensibleExceptions_0_1_1_0;
-      repaExamples = null;     # don't pick this version of 'repa-examples' 
during nix-env -u
+      repaExamples = null;      # don't pick this version of 'repa-examples' 
during nix-env -u
     };
 
   haskellPlatform_2009_2_0_2 =
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to