[commit: packages/Cabal] ghc-head: Remove specific username from Makefile (d9d457b)

git at git.haskell.org git at git.haskell.org
Wed Oct 16 06:33:05 UTC 2013


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/packages/Cabal.git/commitdiff/d9d457b2c45277413732a1772119f049a846b22d

>---------------------------------------------------------------

commit d9d457b2c45277413732a1772119f049a846b22d
Author: Johan Tibell <johan.tibell at gmail.com>
Date:   Tue Oct 15 08:45:21 2013 -0700

    Remove specific username from Makefile
    
    (cherry picked from commit db92d945961edec9b2e01ea81cf5dfc24f6ae0a2)


>---------------------------------------------------------------

d9d457b2c45277413732a1772119f049a846b22d
 Cabal/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cabal/Makefile b/Cabal/Makefile
index 9aa29a8..2a4e980 100644
--- a/Cabal/Makefile
+++ b/Cabal/Makefile
@@ -8,7 +8,7 @@ KIND=rc
 PREFIX=/usr/local
 HC=ghc
 GHCFLAGS=-Wall
-SSH-USER=tibbe
+#SSH-USER=SOME_USER
 
 all: build
 



More information about the ghc-commits mailing list