haskell/haskell-ide-engine

Report when dist and .stack-work exist

Open

#358 opened on Nov 20, 2017

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Haskell (2,358 stars) (205 forks)batch import
good first issuetype: enhancement

Description

ghc-mod has a heuristic to choose between cabal and stack based projects.

This is (partly) based on the presence of a dist dir, which is taken to indicate a cabal project.

Issue a warning message on startup if both dist and .stack-work are present in the project root.

Contributor guide