You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ghcide: Add flags to toggle building each executable (haskell#2212)
This package is a transient dependency of `haskell-language-server`.
However, only the library is needed. These three flags give the option for
those who do not need the executables to disable them. All three are
enabled by default.
`executable`:
* Toggles the `ghcide` executable
`test-exe`:
* Toggles the `ghcide-test-preprocessor` executable
`bench-exe`:
* Toggles the `ghcide-bench` executable
Co-authored-by: Javier Neira <[email protected]>
0 commit comments