haskell/haskell-ide-engine

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

Open

#1.510 geöffnet am 29. Dez. 2019

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (205 Forks)batch import
component: cabal-helpergood first issuetype: enhancement

Repository-Metriken

Stars
 (2.358 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide