mpickering / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Add explicit hie.yaml to force the project type #86

Closed fendor closed 4 years ago

fendor commented 4 years ago

cc @bubba ~We need to this, since c-h would trace the ancestors of these directories and still find cabal.project in haskell-ide-engine, still selecting a cabal cradle.~ EDIT: I think this happens because we generate an automatic hie.yaml in the parent test/testdata directory. With an explicit hie.yaml, we force the project type. Should be probably generated.

lukel97 commented 4 years ago

If we don’t need to generate I think this is fine!