haskell-packages.nix: use blanks instead of tabs

svn path=/nixpkgs/trunk/; revision=29850

+5 -5
+5 -5
pkgs/top-level/haskell-packages.nix
··· 194 haskellPlatform = self.haskellPlatform_2011_2_0_1; 195 mtl1 = self.mtl_1_1_1_1; 196 text = self.text_0_11_1_5; 197 - repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u 198 }; 199 200 haskellPlatform_2011_2_0_1 = ··· 236 self : self.haskellPlatformArgs_2011_2_0_0 self // { 237 haskellPlatform = self.haskellPlatform_2011_2_0_0; 238 mtl1 = self.mtl_1_1_1_1; 239 - repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u 240 }; 241 242 haskellPlatform_2011_2_0_0 = ··· 274 haskellPlatformDefaults_2010_2_0_0 = 275 self : self.haskellPlatformArgs_2010_2_0_0 self // { 276 haskellPlatform = self.haskellPlatform_2010_2_0_0; 277 - repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u 278 }; 279 280 haskellPlatform_2010_2_0_0 = ··· 311 self : self.haskellPlatformArgs_2010_1_0_0 self // { 312 haskellPlatform = self.haskellPlatform_2010_1_0_0; 313 extensibleExceptions = self.extensibleExceptions_0_1_1_0; 314 - repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u 315 }; 316 317 haskellPlatform_2010_1_0_0 = ··· 349 self : self.haskellPlatformArgs_2009_2_0_2 self // { 350 haskellPlatform = self.haskellPlatform_2009_2_0_2; 351 extensibleExceptions = self.extensibleExceptions_0_1_1_0; 352 - repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u 353 }; 354 355 haskellPlatform_2009_2_0_2 =
··· 194 haskellPlatform = self.haskellPlatform_2011_2_0_1; 195 mtl1 = self.mtl_1_1_1_1; 196 text = self.text_0_11_1_5; 197 + repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u 198 }; 199 200 haskellPlatform_2011_2_0_1 = ··· 236 self : self.haskellPlatformArgs_2011_2_0_0 self // { 237 haskellPlatform = self.haskellPlatform_2011_2_0_0; 238 mtl1 = self.mtl_1_1_1_1; 239 + repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u 240 }; 241 242 haskellPlatform_2011_2_0_0 = ··· 274 haskellPlatformDefaults_2010_2_0_0 = 275 self : self.haskellPlatformArgs_2010_2_0_0 self // { 276 haskellPlatform = self.haskellPlatform_2010_2_0_0; 277 + repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u 278 }; 279 280 haskellPlatform_2010_2_0_0 = ··· 311 self : self.haskellPlatformArgs_2010_1_0_0 self // { 312 haskellPlatform = self.haskellPlatform_2010_1_0_0; 313 extensibleExceptions = self.extensibleExceptions_0_1_1_0; 314 + repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u 315 }; 316 317 haskellPlatform_2010_1_0_0 = ··· 349 self : self.haskellPlatformArgs_2009_2_0_2 self // { 350 haskellPlatform = self.haskellPlatform_2009_2_0_2; 351 extensibleExceptions = self.extensibleExceptions_0_1_1_0; 352 + repaExamples = null; # don't pick this version of 'repa-examples' during nix-env -u 353 }; 354 355 haskellPlatform_2009_2_0_2 =