Lsp for shake based project

I’m trying to set up a clash project using shake like this: GitHub - gergoerdi/retroclash-book-code: Small example programs from the RetroClash book

But I have trouble getting the lsp to work. I assume that I’ll need to write a custom hie.yaml with a bios cradle for the shake targets. Are there any more detailed guides than the hie-bios readme or some existing shake projects that could serve as a good starting point?

I’ve simply added
library:
source-dirs: src
to the package.yaml which seems to work well enough for now.

2 Likes