Delli
Results
2
issues of
Delli
### Your environment Which OS do you use? windows 10 Which version of GHC do you use and how did you install it? ghc 9.8.1 / tried other versions 9.2.2...
type: bug
type: enhancement
can-workaround
component: hls-eval-plugin
Here's a recommended directory structure for managing multiple executables in a Stack project: . ├── App1 │ ├── Main.hs │ └── stack.yaml ├── App2 │ ├── Main.hs │ └── stack.yaml...