Author: simons
Date: Mon Aug  8 19:47:31 2011
New Revision: 28402
URL: https://svn.nixos.org/websvn/nix/?rev=28402&sc=1

Log:
pkgs/development/compilers/ghc: strip trailing whitespace

Modified:
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.1.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.2-binary.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.2.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.3.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.4.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.11.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1-binary.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.2.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.3.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.4.2-binary.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/6.4.2.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.1.nix
   nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.1.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.1.nix     Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.1.nix     Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,9 +2,9 @@
 
 stdenv.mkDerivation rec {
   version = "6.10.1";
-  
+
   name = "ghc-${version}";
-  
+
   homepage = "http://haskell.org/ghc";;
 
   src = fetchurl {
@@ -25,7 +25,7 @@
     description = "The Glasgow Haskell Compiler";
   };
 
-  
+
   passthru = {
     corePackages = [
       [ "Cabal" "1.6.0.1" ]

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.2-binary.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.2-binary.nix      Mon Aug 
 8 19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.2-binary.nix      Mon Aug 
 8 19:47:31 2011        (r28402)
@@ -20,7 +20,7 @@
         url = 
"http://haskell.org/ghc/dist/${version}/ghc-${version}-x86_64-unknown-linux.tar.bz2";;
         sha256 = "1rd2j7lmcfsm2rdfb5g6q0l8dz3sxadk5m3d2f69d4a6g4p4h7jj";
       }
-    else throw "cannot bootstrap GHC on this platform"; 
+    else throw "cannot bootstrap GHC on this platform";
 
   buildInputs = [perl];
 

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.2.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.2.nix     Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.2.nix     Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,9 +2,9 @@
 
 stdenv.mkDerivation rec {
   version = "6.10.2";
-  
+
   name = "ghc-${version}";
-  
+
   homepage = "http://haskell.org/ghc";;
 
   src = fetchurl {

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.3.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.3.nix     Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.3.nix     Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,9 +2,9 @@
 
 stdenv.mkDerivation rec {
   version = "6.10.3";
-  
+
   name = "ghc-${version}";
-  
+
   homepage = "http://haskell.org/ghc";;
 
   src = fetchurl {

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.4.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.4.nix     Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.10.4.nix     Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,9 +2,9 @@
 
 stdenv.mkDerivation rec {
   version = "6.10.4";
-  
+
   name = "ghc-${version}";
-  
+
   homepage = "http://haskell.org/ghc";;
 
   src = fetchurl {

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.11.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.11.nix       Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.11.nix       Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,9 +2,9 @@
 
 stdenv.mkDerivation rec {
   version = "6.11.20090916";
-  
+
   name = "ghc-${version}";
-  
+
   homepage = "http://haskell.org/ghc";;
 
   src = fetchurl {

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1-binary.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1-binary.nix      Mon Aug 
 8 19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1-binary.nix      Mon Aug 
 8 19:47:31 2011        (r28402)
@@ -18,7 +18,7 @@
         url = 
"http://haskell.org/ghc/dist/${version}/ghc-${version}-x86_64-unknown-linux-n.tar.bz2";;
         sha256 = "08cb4bgyj23qsbqay4pqs81jha40njkx63ng7l827cydx2pm3qxs";
       }
-    else throw "cannot bootstrap GHC on this platform"; 
+    else throw "cannot bootstrap GHC on this platform";
 
   buildInputs = [perl];
 

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1.nix     Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.1.nix     Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   version = "6.12.1";
-  
+
   name = "ghc-${version}";
 
   src = fetchurl {

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.2.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.2.nix     Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.2.nix     Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   version = "6.12.2";
-  
+
   name = "ghc-${version}";
 
   src = fetchurl {

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.3.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.3.nix     Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.12.3.nix     Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   version = "6.12.3";
-  
+
   name = "ghc-${version}";
 
   src = fetchurl {

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.4.2-binary.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.4.2-binary.nix       Mon Aug 
 8 19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.4.2-binary.nix       Mon Aug 
 8 19:47:31 2011        (r28402)
@@ -24,7 +24,7 @@
         url = 
http://www.haskell.org/ghc/dist/6.6.1/ghc-6.6.1-i386-apple-darwin.tar.bz2;
         sha256 = "1drbsicanr6jlykvs4vs6gbi2q9ac1bcaxz2vzwh3pfv3lfibwia";
       }
-    else throw "cannot bootstrap GHC on this platform"; 
+    else throw "cannot bootstrap GHC on this platform";
 
   buildInputs = [perl];
 

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/6.4.2.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/6.4.2.nix      Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/6.4.2.nix      Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,14 +2,14 @@
 
 stdenv.mkDerivation {
   name = "ghc-6.4.2";
-  
+
   src = fetchurl {
     url = http://www.haskell.org/ghc/dist/6.4.2/ghc-6.4.2-src.tar.bz2;
     md5 = "a394bf14e94c3bca5507d568fcc03375";
   };
-  
+
   buildInputs = [perl ghc m4];
-  
+
   propagatedBuildInputs = [readline ncurses gmp];
 
   configureFlags = "--with-gcc=${stdenv.gcc}/bin/gcc";

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.1.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.1.nix      Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/7.0.1.nix      Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   version = "7.0.1";
-  
+
   name = "ghc-${version}";
 
   src = fetchurl {

Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix       Mon Aug  8 
19:47:21 2011        (r28401)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix       Mon Aug  8 
19:47:31 2011        (r28402)
@@ -2,9 +2,9 @@
 
 stdenv.mkDerivation rec {
   version = "7.3.20110804";
-  
+
   name = "ghc-${version}";
-  
+
   # TODO: Does this have to be here, or can it go to meta?
   homepage = "http://haskell.org/ghc";;
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to