haskell / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2.38k stars 213 forks source link

Clarify "Building", remove "submodules" in README #1732

Open chexxor opened 4 years ago

chexxor commented 4 years ago

I had some confusion when following the install/build instructions. I think these changes might improve them. Let me know what you think.

https://github.com/haskell/haskell-ide-engine/issues/1731

jneira commented 4 years ago

Hi! The project has not submodules now but it had them for a long time. It is not probable (but possible) that it will need again and --recurse-submodules does not throw an error if there are not actual submodules.

Otoh as it is not probable and the instructions are shorter this way, i think we could merge it.

fendor commented 4 years ago

Installation script executes git submodule update --init anyways, right? So, we are still future-proof in a way