Mouse
Mouse
I'd like to take back some of what I said - it appears that `haskell-language-server` does work, so it is a viable replacement for HIE; *and* it seems to support...
@fendor a stupidly naive question: can I put in in one `hie.yaml` file entries for both Cabal and Stack? Something like ```yaml cradle: stack: cabal: ``` Or for a project...
@fendor > No, you can not add entries for both build tools, since hie would then not know what to use! That's a pity. > You only need a `hie.yaml`...
> then `hie-bios` is not strict enough when it comes to parsing. Is it likely that it would remain so? > However, it will still be one of two, not...
> If you have questions in particular, please open another issue, dont hijack the issue described here... Good point, thanks. Done: https://github.com/haskell/haskell-ide-engine/issues/1667 Although, I experienced the problem described here, which...
> The issue was indeed fixed by using an `hie.yaml` I'm afraid it wasn't. Showed up on a test-project (`mkdir h-tst1 && cd h-tst1 && cabal init`), if I touch/open...
> It is currently not supported to open the `Setup.hs` file . . . . . If you really need to work on it, you are currently out of luck...
Thank you!! Now there's a working workaround! ;-) Appreciate!
MacOS Mojave 10.14.6. ``` $ ghcup debug-info Script version: 0.0.8 Script variables: GHC install location: /Users/ur20980/.ghcup/ghc Binary install location: /Users/ur20980/.ghcup/bin Tarball cache location: /Users/ur20980/.ghcup/cache Downloader: curl -L --fail -O Script...
And making it more verbose: ``` $ ./cabal-hie-install -v hie . . . . . Completed haskell-src-exts-1.23.0 (lib) Installing ghc-lib-parser-8.8.2 (lib) Completed ghc-lib-parser-8.8.2 (lib) Failed to build haddock-api-2.23.0. Build log...