Jack Henahan

Results 27 comments of Jack Henahan

For that first error, just blow away your `.ghc.environment` in that directory, along with any `dist-newstyle` directory. AFAIK, HIE doesn't handle cabal v2 projects, yet.

Also hitting this after updating from a version from last week. Haven't narrowed down the issue, yet, but it seems like `environment.systemPath` isn't being picked up by fish after export.

Turning off RC handling on an existing world seems to put my server in a crash loop. :cry: I hope this gets fixed.

Nevermind. I think our admin did something wrong with the config. It's working, now. Sorry about the false start.

@ejmr @arnested Any further developments on this? A merge would handily deal with syl20bnr/spacemacs#1314, as well. :smile:

It's not currently public, but I expect it will be eventually. Here's a reproducer: ## Relevant settings: ```yaml variables: _haskell_module_longdesc: |- !!! Write a description !!! license-headers: haskell: put-after: ["^{-#"]...

Totally onboard with maintaining the Haddock integration as is. 👍 I'll see if I can grok the postprocessing machinery and try a PR once I'm through a bit of what...