intellij-haskell icon indicating copy to clipboard operation
intellij-haskell copied to clipboard

.cabal file with merge conflicts triggers an error

Open dniku opened this issue 8 years ago • 1 comments

Steps to reproduce:

  1. Make a project versioned with git
  2. Issue some git merge command that will cause merge conflicts
  3. Open project in Intellij
  4. 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)

dniku avatar Oct 06 '17 11:10 dniku

Thanks for reporting! I will fix it.

rikvdkleij avatar Oct 13 '17 08:10 rikvdkleij