haskell-ide-engine/.gitmodules
Luke Lau 50af4a5c3c Use fork for cabal-helper submodule with cabal v2 fixes
For now until changes are merged into dxld:ghc-mod/master
2019-11-19 12:50:20 +00:00

30 lines
1002 B
Plaintext

# To remove a submodule you need to:
#
# Delete the relevant section from the .gitmodules file.
# Stage the .gitmodules changes git add .gitmodules
# Delete the relevant section from .git/config.
# Run git rm --cached path_to_submodule (no trailing slash).
# Run rm -rf .git/modules/path_to_submodule
# Commit git commit -m "Removed submodule <name>"
# Delete the now untracked submodule files
# rm -rf path_to_submodule
[submodule "submodules/HaRe"]
path = submodules/HaRe
url = https://github.com/wz1000/HaRe.git
[submodule "submodules/cabal-helper"]
path = submodules/cabal-helper
# url = https://github.com/DanielG/cabal-helper.git
# Change this back once https://github.com/DanielG/cabal-helper/pull/85/ merged
url = https://github.com/bubba/cabal-helper.git
[submodule "submodules/ghc-mod"]
path = submodules/ghc-mod
url = https://github.com/fendor/ghc-mod.git
[submodule "hie-bios"]
path = hie-bios
url = https://github.com/mpickering/hie-bios.git