Carbon based Guibou

Results 66 comments of Carbon based Guibou

> But that is not at all a minimal reproducible example... That's minimal enough, I'll try that, thank you ;)

https://hackage.haskell.org/package/PyF-0.11.1.0/changelog fixs the build in your codebase.

I'm wondering if that's something https://hackage.haskell.org/package/retrie-1.2.0.0 could do for us. If you have ideas about how to solve the recursion in a robust (and fast) way, I'll be happy to...

Thank you for your comment. @michaelpj I agree with all of what you said, especially not doing the recursion, let's keep it simple. Actually, I realize that an automated action...

Thank you. I'm curious. How does `cabal` works with nix in the context the `nix build`, because in that context, `cabal` takes the packages available and do not try to...

Thank you for reading this and commenting, let's address your questions. > > The documentation does not document it, but you may have two solutions to references your libraries: [...]...

> Just a hunch: Are these missing libraries coming from external repositories? No, that's actually not missing libraries, but missing symbols.

Good news, I did some progress reading https://github.com/haskell/haskell-language-server/issues/1160#issuecomment-756566273 , compiling my `haskell-language-server` as dynamic does solves most of my missing symbol issues in a template haskell context.

@tonicebrian sorry, I won't help you more here, at work I've stopped using bazel for HLS a few months ago and last week I've merged the removal of bazel from...