... | ... | @@ -77,6 +77,7 @@ git -C libraries/Cabal commit |
|
|
```
|
|
|
Finally, we commit the submodule change in the `ghc` repository.
|
|
|
```bash
|
|
|
git add libraries/Cabal
|
|
|
git commit
|
|
|
```
|
|
|
In the commit message be sure to mention any submodule changes made; a [linter](https://gitlab.haskell.org/ghc/git-haskell-org-hooks/-/blob/master/src/validate-submod-refs.hs) in GHC's CI process checks that any commits containing submodule changes mention the word "submodule" to prevent unintentional submodule changes from accidentally being merged.
|
... | ... | |