haskell/haskell-ide-engine

Report when dist and .stack-work exist

Open

#358 建立於 2017年11月20日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Haskell (2,358 star) (205 fork)batch import
good first issuetype: enhancement

描述

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.

貢獻者指南