<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><font face="Menlo" class="">cabal install ghcide -w ghc-8.8.1</font> seems to work, so I don’t think it’s ghcide precisely.<div class=""><br class=""></div><div class="">Cheers,</div><div class="">Vanessa<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Dec 10, 2019, at 10:37 AM, Viktor Dukhovni <<a href="mailto:ietf-dane@dukhovni.org" class="">ietf-dane@dukhovni.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><blockquote type="cite" class="">On Dec 10, 2019, at 11:03 AM, Dušan Kolář <<a href="mailto:kolar@fit.vut.cz" class="">kolar@fit.vut.cz</a>> wrote:<br class=""><br class="">--  While building package ghcide-0.0.4 using:<br class="">      /home/kolar/.stack/setup-exe-cache/x86_64-linux-tinfo6/Cabal-simple_mPHDZzAJ_2.4.0.1_ghc-8.6.3 --builddir=.stack-work/dist/x86_64-linux-tinfo6/Cabal-2.4.0.1 build --ghc-options " -fdiagnostics-color=always"<br class="">    Process exited with code: ExitFailure 1<br class=""><br class=""><br class="">Does that mean the ghcide is broken? Or am I doing something wrong?<br class=""></blockquote><br class="">Taking a quick look at recent ghcide commits, I see:<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">   </span><a href="https://github.com/digital-asset/ghcide/commit/e78e1638ea00af7c5bf4fdbae245413eafed4248" class="">https://github.com/digital-asset/ghcide/commit/e78e1638ea00af7c5bf4fdbae245413eafed4248</a><br class=""><br class="">which shows changes to a stack.yaml file using "resolver: nightly-2019-12-06".<br class="">The removed extra-deps are:<br class=""><br class="">  - haskell-lsp-0.18.0.0<br class="">  - lsp-test-0.8.2.0<br class="">  - hslogger-1.3.0.0<br class="">  - network-bsd-2.8.1.0<br class=""><br class="">and the presumably expectation is that these will show up in a stack release soon.<br class="">But in the mean time you've selected:<br class=""><br class="">  - haskell-lsp-0.17.0.0<br class="">  - haskell-lsp-types-0.17.0.0<br class="">  - hie-bios-0.2.1<br class="">  - rope-utf16-splay-0.3.1.0<br class=""><br class="">which are older, and may not work with GHC 8.8.1 (MFP changes) used by recent<br class="">stack nightly builds.  You could try changing the stack.yaml file to use an<br class="">even more recent nightly, but ultimately, may need to figure out the right<br class="">versions of the extra dependencies.<br class=""><br class="">-- <br class=""><span class="Apple-tab-span" style="white-space:pre">    </span>Viktor.<br class=""><br class="">_______________________________________________<br class="">Haskell-Cafe mailing list<br class="">To (un)subscribe, modify options or view archives go to:<br class="">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe<br class="">Only members subscribed via the mailman list are allowed to post.</div></div></blockquote></div><br class=""></div></body></html>