diff options
-rw-r--r-- | HACKING.md | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | boot | 2 | ||||
-rw-r--r-- | hadrian/appveyor.yml | 2 | ||||
-rw-r--r-- | hadrian/doc/windows.md | 2 | ||||
-rw-r--r-- | libraries/base/base.cabal | 2 | ||||
-rw-r--r-- | libraries/ghc-boot-th/ghc-boot-th.cabal.in | 2 | ||||
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 2 | ||||
-rw-r--r-- | libraries/ghc-compact/ghc-compact.cabal | 2 | ||||
-rw-r--r-- | libraries/ghc-heap/ghc-heap.cabal.in | 2 | ||||
-rw-r--r-- | libraries/ghc-prim/ghc-prim.cabal | 2 | ||||
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 | ||||
-rw-r--r-- | libraries/integer-simple/integer-simple.cabal | 2 | ||||
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal.in | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/HACKING.md b/HACKING.md index 05f8401a9e..84378bfd23 100644 --- a/HACKING.md +++ b/HACKING.md @@ -30,7 +30,7 @@ find an overview here: Next, clone the repository and all the associated libraries: ``` -$ git clone --recursive git://git.haskell.org/ghc.git +$ git clone --recursive git@gitlab.haskell.org:ghc/ghc.git ``` On Windows, you need an extra repository containing some build tools. @@ -26,7 +26,7 @@ There are two ways to get a source tree: 2. *Check out the source code from git* - $ git clone --recursive git://git.haskell.org/ghc.git + $ git clone --recursive git@gitlab.haskell.org:ghc/ghc.git Note: cloning GHC from Github requires a special setup. See [Getting a GHC repository from Github][7]. @@ -50,7 +50,7 @@ def check_for_url_rewrites(): Or start over, and clone the GHC repository from the haskell server: - git clone --recursive git://git.haskell.org/ghc.git + git clone --recursive git@gitlab.haskell.org:ghc/ghc.git For more information, see: * https://gitlab.haskell.org/ghc/ghc/wikis/newcomers or diff --git a/hadrian/appveyor.yml b/hadrian/appveyor.yml index 1a18abe975..b3142bd4b9 100644 --- a/hadrian/appveyor.yml +++ b/hadrian/appveyor.yml @@ -14,7 +14,7 @@ install: # Note: AppVeyor has already cloned Hadrian into c:\new-hadrian # Fetch GHC sources into c:\ghc - cd .. - - git clone --recursive git://git.haskell.org/ghc.git + - git clone --recursive git@gitlab.haskell.org:ghc/ghc.git # GHC comes with an older version of Hadrian, so we delete it - rm -rf ghc\hadrian # Copy new Hadrian into ./ghc/hadrian diff --git a/hadrian/doc/windows.md b/hadrian/doc/windows.md index 07b505b103..9701b804f2 100644 --- a/hadrian/doc/windows.md +++ b/hadrian/doc/windows.md @@ -6,7 +6,7 @@ We only assume that `git` and `stack` are installed (see ```
# Get GHC sources; git core.autocrlf should be set to false (see Prerequisites section)
-git clone --recursive git://git.haskell.org/ghc.git
+git clone --recursive git@gitlab.haskell.org:ghc/ghc.git
cd ghc
# Download and install the bootstrapping GHC and MSYS2
diff --git a/libraries/base/base.cabal b/libraries/base/base.cabal index f171890ebb..bac4897d7f 100644 --- a/libraries/base/base.cabal +++ b/libraries/base/base.cabal @@ -41,7 +41,7 @@ extra-source-files: source-repository head type: git - location: http://git.haskell.org/ghc.git + location: https://gitlab.haskell.org/ghc/ghc.git subdir: libraries/base Flag integer-simple diff --git a/libraries/ghc-boot-th/ghc-boot-th.cabal.in b/libraries/ghc-boot-th/ghc-boot-th.cabal.in index 78d7502945..495968edbe 100644 --- a/libraries/ghc-boot-th/ghc-boot-th.cabal.in +++ b/libraries/ghc-boot-th/ghc-boot-th.cabal.in @@ -23,7 +23,7 @@ extra-source-files: changelog.md source-repository head type: git - location: http://git.haskell.org/ghc.git + location: https://gitlab.haskell.org/ghc/ghc.git subdir: libraries/ghc-boot-th Library diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in index 12701d0bd8..3292118fa4 100644 --- a/libraries/ghc-boot/ghc-boot.cabal.in +++ b/libraries/ghc-boot/ghc-boot.cabal.in @@ -28,7 +28,7 @@ extra-source-files: changelog.md source-repository head type: git - location: http://git.haskell.org/ghc.git + location: https://gitlab.haskell.org/ghc/ghc.git subdir: libraries/ghc-boot Library diff --git a/libraries/ghc-compact/ghc-compact.cabal b/libraries/ghc-compact/ghc-compact.cabal index 5bfc549fd8..e36982f987 100644 --- a/libraries/ghc-compact/ghc-compact.cabal +++ b/libraries/ghc-compact/ghc-compact.cabal @@ -25,7 +25,7 @@ tested-with: GHC==7.11 source-repository head type: git - location: http://git.haskell.org/ghc.git + location: https://gitlab.haskell.org/ghc/ghc.git subdir: libraries/ghc-compact library diff --git a/libraries/ghc-heap/ghc-heap.cabal.in b/libraries/ghc-heap/ghc-heap.cabal.in index a30ea16e26..7ab4f330d1 100644 --- a/libraries/ghc-heap/ghc-heap.cabal.in +++ b/libraries/ghc-heap/ghc-heap.cabal.in @@ -16,7 +16,7 @@ tested-with: GHC==7.11 source-repository head type: git - location: http://git.haskell.org/ghc.git + location: https://gitlab.haskell.org/ghc/ghc.git subdir: libraries/ghc-heap library diff --git a/libraries/ghc-prim/ghc-prim.cabal b/libraries/ghc-prim/ghc-prim.cabal index 479e73d3db..bfc47c87c2 100644 --- a/libraries/ghc-prim/ghc-prim.cabal +++ b/libraries/ghc-prim/ghc-prim.cabal @@ -16,7 +16,7 @@ extra-source-files: changelog.md source-repository head type: git - location: http://git.haskell.org/ghc.git + location: https://gitlab.haskell.org/ghc/ghc.git subdir: libraries/ghc-prim custom-setup diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in index 58a2d58449..3f7e4db2f5 100644 --- a/libraries/ghci/ghci.cabal.in +++ b/libraries/ghci/ghci.cabal.in @@ -24,7 +24,7 @@ Flag ghci source-repository head type: git - location: http://git.haskell.org/ghc.git + location: https://gitlab.haskell.org/ghc/ghc.git subdir: libraries/ghci library diff --git a/libraries/integer-simple/integer-simple.cabal b/libraries/integer-simple/integer-simple.cabal index 96c2e2358e..08e3acdc0f 100644 --- a/libraries/integer-simple/integer-simple.cabal +++ b/libraries/integer-simple/integer-simple.cabal @@ -12,7 +12,7 @@ build-type: Simple source-repository head type: git - location: http://git.haskell.org/ghc.git + location: https://gitlab.haskell.org/ghc/ghc.git subdir: libraries/integer-simple Library diff --git a/libraries/template-haskell/template-haskell.cabal.in b/libraries/template-haskell/template-haskell.cabal.in index a7128be884..3f79b3b895 100644 --- a/libraries/template-haskell/template-haskell.cabal.in +++ b/libraries/template-haskell/template-haskell.cabal.in @@ -24,7 +24,7 @@ extra-source-files: changelog.md source-repository head type: git - location: http://git.haskell.org/ghc.git + location: https://gitlab.haskell.org/ghc/ghc.git subdir: libraries/template-haskell Library |