Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cheng Shao
GHC
Commits
75abaaea
Commit
75abaaea
authored
Apr 01, 2019
by
Yuriy Syrovetskiy
Committed by
Marge Bot
Apr 04, 2019
Browse files
Replace git.haskell.org with gitlab.haskell.org (#16196)
parent
895394c2
Changes
14
Hide whitespace changes
Inline
Side-by-side
HACKING.md
View file @
75abaaea
...
...
@@ -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.
...
...
README.md
View file @
75abaaea
...
...
@@ -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
]
.
...
...
boot
View file @
75abaaea
...
...
@@ -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
...
...
hadrian/appveyor.yml
View file @
75abaaea
...
...
@@ -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
...
...
hadrian/doc/windows.md
View file @
75abaaea
...
...
@@ -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
...
...
libraries/base/base.cabal
View file @
75abaaea
...
...
@@ -41,7 +41,7 @@ extra-source-files:
source-repository head
type: git
location: http://git.haskell.org/ghc.git
location: http
s
://git
lab
.haskell.org/ghc
/ghc
.git
subdir: libraries/base
Flag integer-simple
...
...
libraries/ghc-boot-th/ghc-boot-th.cabal.in
View file @
75abaaea
...
...
@@ -23,7 +23,7 @@ extra-source-files: changelog.md
source-repository head
type: git
location: http://git.haskell.org/ghc.git
location: http
s
://git
lab
.haskell.org/ghc
/ghc
.git
subdir: libraries/ghc-boot-th
Library
...
...
libraries/ghc-boot/ghc-boot.cabal.in
View file @
75abaaea
...
...
@@ -28,7 +28,7 @@ extra-source-files: changelog.md
source-repository head
type: git
location: http://git.haskell.org/ghc.git
location: http
s
://git
lab
.haskell.org/ghc
/ghc
.git
subdir: libraries/ghc-boot
Library
...
...
libraries/ghc-compact/ghc-compact.cabal
View file @
75abaaea
...
...
@@ -25,7 +25,7 @@ tested-with: GHC==7.11
source-repository head
type: git
location: http://git.haskell.org/ghc.git
location: http
s
://git
lab
.haskell.org/ghc
/ghc
.git
subdir: libraries/ghc-compact
library
...
...
libraries/ghc-heap/ghc-heap.cabal.in
View file @
75abaaea
...
...
@@ -16,7 +16,7 @@ tested-with: GHC==7.11
source-repository head
type: git
location: http://git.haskell.org/ghc.git
location: http
s
://git
lab
.haskell.org/ghc
/ghc
.git
subdir: libraries/ghc-heap
library
...
...
libraries/ghc-prim/ghc-prim.cabal
View file @
75abaaea
...
...
@@ -16,7 +16,7 @@ extra-source-files: changelog.md
source-repository head
type: git
location: http://git.haskell.org/ghc.git
location: http
s
://git
lab
.haskell.org/ghc
/ghc
.git
subdir: libraries/ghc-prim
custom-setup
...
...
libraries/ghci/ghci.cabal.in
View file @
75abaaea
...
...
@@ -24,7 +24,7 @@ Flag ghci
source-repository head
type: git
location: http://git.haskell.org/ghc.git
location: http
s
://git
lab
.haskell.org/ghc
/ghc
.git
subdir: libraries/ghci
library
...
...
libraries/integer-simple/integer-simple.cabal
View file @
75abaaea
...
...
@@ -12,7 +12,7 @@ build-type: Simple
source-repository head
type: git
location: http://git.haskell.org/ghc.git
location: http
s
://git
lab
.haskell.org/ghc
/ghc
.git
subdir: libraries/integer-simple
Library
...
...
libraries/template-haskell/template-haskell.cabal.in
View file @
75abaaea
...
...
@@ -24,7 +24,7 @@ extra-source-files: changelog.md
source-repository head
type: git
location: http://git.haskell.org/ghc.git
location: http
s
://git
lab
.haskell.org/ghc
/ghc
.git
subdir: libraries/template-haskell
Library
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment