intellij-haskell
intellij-haskell copied to clipboard
.cabal file with merge conflicts triggers an error
Steps to reproduce:
- Make a project versioned with
git - Issue some
git mergecommand that will cause merge conflicts - Open project in Intellij
- On startup, you will see an error like this:
[global-stack-repl] Unable to parse cabal file /path/to/your/project.cabal: FromString "unrecognised field or section: \"<<<<<<< HEAD\"" (Just 16)
Thanks for reporting! I will fix it.