-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hie-bios can't load packages with build-tool-depends #187
Comments
I think this might be related to #125 |
Maybe it is, however I'm using pure Cabal cradle. Maybe they share some code in this regard... |
Just in case, a temporary workaround could be install tasty-discover globally. |
Sure, that's what I did :) |
FWIW, the title here isn't quite true in general since I'm happily using HLS on a project involving c2hs. I suspect the difference there is that the build tool is only ever run on (This does mean that I need to manually kick |
Hi,
I try to use haskell-ide-engine with this project: https://gitlab.com/morley-framework/morley
My
hie.yaml
:When I try to load tests in
hie
:This is probably related to the fact that
tasty-discover
is used asbuild-tool-depends
in the cabal file:For some reason
hie
does not see it, whilecabal new-build morley --enable-test
passes.Env:
HIE commit haskell/haskell-ide-engine@51b9739, built with
hie-bios-0.5.0
:The text was updated successfully, but these errors were encountered: