- 
                Notifications
    You must be signed in to change notification settings 
- Fork 87
Closed
Labels
Description
I have 2 questions mostly:
The doc says
To set this up you can define a `haskell_repl`_ target that
will collect the required compiler flags for your Haskell targets and pass them
to `hie-bios`_ which will then forward them to ghcide.
but I believe latest hie-bios needs additionnal flags aka the modules (if I trust this comment: https://github.com/digital-asset/ghcide/issues/679#issuecomment-652258071)
does rules_haskell generate these too ? (doesn't seem like it in my test)
also I would like to install the hie-bios executable in my bazel repo (to be able to run hie-bios debug mostly). Is there a straightforward rules_haskell way ? or should I do it in my repo
cheers