Haskell-ide-engine: Add an hook into `hie.yaml` config such users can specify to use cabal-helper

Created on 29 Dec 2019  路  3Comments  路  Source: haskell/haskell-ide-engine

Currently, the only real supported cradle types are stack and cabal (maybe direct, too). However, if there is no hie.yaml, we default to cabal-helper. It should also be possible to always select cabal-helper.
Issue needs to be addressed in hie-bios.

hie-bios

Most helpful comment

That in the absence of a hie.yaml we use cabal-helper to determine the settings.

All 3 comments

And perhaps we should add this info to the readme?

What information in particular?

That in the absence of a hie.yaml we use cabal-helper to determine the settings.

Was this page helpful?
0 / 5 - 0 ratings