Daniel Gröber (dxld)

Results 357 comments of Daniel Gröber (dxld)

Can you run your test again with CABAL_HELPER_DEBUG=1 and send me a gist? > Maybe I am using the wrong tool; What I need is just a list of project...

Yeah, so if I'm reading that right the library in that project is being compiled because the examples depend on it and to configure the examples we need to compile...

> > Yeah, so if I'm reading that right the library in that project is being compiled because the examples depend on it and to configure the examples we need...

On Sun, Jun 07, 2020 at 11:02:05PM -0700, Marcin Szamotulski wrote: > > What about just adding --ghc-options on the command line? > > That's what I basically do in...

On Mon, Jun 08, 2020 at 12:22:10AM -0700, Marcin Szamotulski wrote: > I don't need renamer. After parsing phase I get original identifiers, renaming happens later. Ah, ok. So you...

I suppose at the very least the error handling here could be better. `listPackageCabalFiles` should really just return a `NonEmpty` and produce a nice error message when no cabal files...

Like I said in the other issue, happy to take PRs for 0.8 but I'm concentrating on the 1.0 release.

Sounds unlikely to be a ghc-mod problem TBH. ~~Have you checked the referenced file actually exists and has proper permissions and whatnot?~~ Edit: Nevermind didn't see the linker error. I...

Actually looking at this issue again I seem to have missed you're using nix and stack together (dunno how, it says like right there ;) it seems strange to me...