haskell/haskell-ide-engine

Select Project based on the existence of `dist-newstyle`, `dist` and `.stack_work`

Open

#1,510 建立於 2019年12月29日

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

描述

Instead of just relying on cabal.project, etc ... and installed build-tools, base the decision of build-tool selection on the existence of existing build artifacts. In the case of a tie between cabal and stack, break the tie arbitrarily. Changes are only necessary to https://github.com/haskell/haskell-ide-engine/blob/master/hie-plugin-api/Haskell/Ide/Engine/Cradle.hs

貢獻者指南