Haskero cannot satisfy -package classy-prelude-yesod-1.2.0
-
Bug description : Haskero cannot satisfy -package classy-prelude-yesod-1.2.0
-
Observed behaviour : When opening an .hs file, after Haskero is install, I get the following message in the output window:
Initializing Haskero... Spawning process 'stack' with command 'stack ghci --with-ghc intero "--ghci-options=-ignore-dot-ghci -Wall" --no-build --no-load --allow-different-user' [Error - 6:31:20 PM] Server initialization failed. Message: Request initialize failed with message: process exited with code 1
stdout: Intero 0.1.20 (GHC 8.0.2) Type :intro and press enter for an introduction of the standard commands.
stderr: Warning: qAddDepedency path listed in /home/marcosh/projects/digicorp/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/build/src/Import/NoFoundation.dump-hi does not exist: /opt/ghc/8.0.2/lib/ghc-8.0.2/include/ghcversion.h Warning: qAddDepedency path listed in /home/marcosh/projects/digicorp/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/build/src/Settings.dump-hi does not exist: /opt/ghc/8.0.2/lib/ghc-8.0.2/include/ghcversion.h Warning: qAddDepedency path listed in /home/marcosh/projects/digicorp/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/build/src/Import/NoFoundation.dump-hi does not exist: /opt/ghc/8.0.2/lib/ghc-8.0.2/include/ghcversion.h Warning: qAddDepedency path listed in /home/marcosh/projects/digicorp/.stack-work/dist/x86_64-linux/Cabal-1.24.2.0/build/src/Settings.dump-hi does not exist: /opt/ghc/8.0.2/lib/ghc-8.0.2/include/ghcversion.h The following GHC options are incompatible with GHCi and have not been passed to it: -O2 -threaded Configuring GHCi with the following packages: digicorp : cannot satisfy -package classy-prelude-yesod-1.2.0 (use -v for more information)
Code: -32603
-
Expected behaviour : no error
-
OS: ubuntu 15.10
-
Plugin (ghc, stack, intero and haskero) version and VSCode version used : ghc 8.0.2, stack 1.3.2, intero 0.1.20, haskero 1.3.1, vscode 1.14.2
-
Steps to reproduce:
-
install Haskero
-
open a .hs file
- If the issue is hard to repeat on an empty haskell project, a link to a repository containing a sample repeating the issue