Hi,

I just tried to use GitLab CI to validate a GHC patch including changes to Haddock: https://gitlab.haskell.org/sjakobi/ghc/pipelines/842

The problem is that the CI script tries to find my Haddock commit at https://gitlab.haskell.org/ghc/haddock. But that repo doesn't even allow merge request.

Should the submodule origin for util/haddock maybe point at https://github.com/haskell/haddock instead?

Cheers,
Simon