[commit: packages/Cabal] ghc-head: Default Makefile SSH-USER to USER (6746db8)

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


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

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

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

commit 6746db801d77d74b74e67d108f7b831d07ae0e69
Author: Johan Tibell <johan.tibell at gmail.com>
Date:   Tue Oct 15 09:05:49 2013 -0700

    Default Makefile SSH-USER to USER
    
    (cherry picked from commit b29327b5cefb6b1de5604fc1ad538e2bd8193652)


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

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

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



More information about the ghc-commits mailing list