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.

贡献者指南

Report when dist and .stack-work exist · haskell/haskell-ide-engine#358 | Good First Issue