[commit: ghc] wip/angerman/win32-cross: fix gitmodules remote for the time being (9b6bf0f)
git at git.haskell.org
git at git.haskell.org
Mon Feb 26 06:33:56 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/win32-cross
Link : http://ghc.haskell.org/trac/ghc/changeset/9b6bf0f10629d8e1fb1861bd7d5c213856885917/ghc
>---------------------------------------------------------------
commit 9b6bf0f10629d8e1fb1861bd7d5c213856885917
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Mon Feb 26 14:33:29 2018 +0800
fix gitmodules remote for the time being
>---------------------------------------------------------------
9b6bf0f10629d8e1fb1861bd7d5c213856885917
.gitmodules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules
index 2125a92..72d7385 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -117,7 +117,7 @@
ignore = untracked
[submodule "utils/hsc2hs"]
path = utils/hsc2hs
- url = ../hsc2hs.git
+ url = https://github.com/angerman/hsc2hs.git
ignore = untracked
[submodule "libffi-tarballs"]
path = libffi-tarballs
More information about the ghc-commits
mailing list