haskell/haskell-ide-engine

Report when dist and .stack-work exist

Open

#358 aperta il 20 nov 2017

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Haskell (205 fork)batch import
good first issuetype: enhancement

Metriche repository

Star
 (2358 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor