[commit: ghc] wip/annotate-core: Try using https url (1840207)

git at git.haskell.org git at git.haskell.org
Wed Jul 26 11:49:40 UTC 2017


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

On branch  : wip/annotate-core
Link       : http://ghc.haskell.org/trac/ghc/changeset/184020739f0dda48fa4f3a3a65f58f6dd710d369/ghc

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

commit 184020739f0dda48fa4f3a3a65f58f6dd710d369
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Wed Jul 26 11:49:27 2017 +0000

    Try using https url


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

184020739f0dda48fa4f3a3a65f58f6dd710d369
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index b6513e4..4e25108 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -104,7 +104,7 @@
 	ignore = none
 [submodule "utils/haddock"]
 	path = utils/haddock
-	url = git at github.com:mpickering/haddock.git
+	url = https://github.com/mpickering/haddock.git
 	ignore = none
 	branch = wip/T14005
 [submodule "nofib"]



More information about the ghc-commits mailing list