Commit 6f9c448
ghcide: Add flags to toggle building each executable (#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]>1 parent 59bb9e6 commit 6f9c448
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
220 | 224 | | |
221 | 225 | | |
222 | 226 | | |
| |||
225 | 229 | | |
226 | 230 | | |
227 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
228 | 235 | | |
229 | 236 | | |
230 | 237 | | |
| |||
263 | 270 | | |
264 | 271 | | |
265 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
266 | 277 | | |
267 | 278 | | |
268 | 279 | | |
| |||
322 | 333 | | |
323 | 334 | | |
324 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
325 | 339 | | |
326 | 340 | | |
327 | 341 | | |
| |||
404 | 418 | | |
405 | 419 | | |
406 | 420 | | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
407 | 425 | | |
408 | 426 | | |
409 | 427 | | |
| |||
448 | 466 | | |
449 | 467 | | |
450 | 468 | | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
0 commit comments