Avi Dessauer
Avi Dessauer
I would advocate, just adding another note in the docs .
Probably, I haven't thought about that approach. Contributions welcome.
Thanks, I'm very much in favor of this. It was discussed in https://github.com/Avi-D-coder/implicit-hie/issues/4 I take a look tomorrow.
@jneira, @fendor, if you could both take a look as well
So this is the output of this pr on hls repo. ```yaml cradle: cabal: - path: "./src" component: "lib:haskell-language-server" - path: "./exe/Main.hs" component: "haskell-language-server:exe:haskell-language-server" - path: "./exe/Wrapper.hs" component: "haskell-language-server:exe:haskell-language-server-wrapper" -...
Maybe I have not experimented with that case.
Superseded by https://github.com/Avi-D-coder/implicit-hie/pull/48
This is intended behavior. Unfortunately, it's required to support `other-modules`? Is HLS producing cradle errors on any of these files?
If the auto generated `hie.yaml` works without any modification, I would suggest deleting `hie.yaml` from the repo and adding it to `.gitignore`. HLS use implicit-hie for you without writing the...
We can't depend on cabal because it's a very large dependency and hie-bios can't depend on cabal. There are a few moreknown bugs having to due with generating cabal hie.yamls,...