haskell/haskell-ide-engine

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

Open

#1 510 ouverte le 29 déc. 2019

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Haskell (205 forks)batch import
component: cabal-helpergood first issuetype: enhancement

Métriques du dépôt

Stars
 (2 358 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur