summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-07-04 10:46:03 -0400
committerBen Gamari <ben@smart-cactus.org>2019-07-04 10:47:46 -0400
commit89f8cfba9ff8303cb53d2ffc99ca7f4644259086 (patch)
tree68fc7218d30578c2b0ee5cbdeaccfcd5cf33f471
parenta25f6f55eaca0d3ec36afb574d5fa9326ea09d55 (diff)
downloadhaskell-wip/haddock-upstream.tar.gz
submodules: Pull haddock from GHC's Haddock mirrorwip/haddock-upstream
This will enable contributors to push their changes to ghc/haddock>, allowing CI to work until the changes have been merged upstream.
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 4de91b60f1..951888f5f8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -89,7 +89,7 @@
ignore = untracked
[submodule "utils/haddock"]
path = utils/haddock
- url = ../haddock.git
+ url = https://gitlab.haskell.org/ghc/haddock
ignore = untracked
branch = ghc-head
[submodule "nofib"]