Skip to content

Instantly share code, notes, and snippets.

@grancalavera
Last active March 24, 2019 12:02
Show Gist options
  • Save grancalavera/2d07a13907c98341d19a46783e841754 to your computer and use it in GitHub Desktop.
Save grancalavera/2d07a13907c98341d19a46783e841754 to your computer and use it in GitHub Desktop.
HIE Errors Log in Visual Studio Code
2019-03-24 11:33:18.509716527 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 0.7.0.0 (2473 commits) x86_64 ghc-8.6.4
2019-03-24 11:33:18.523038535 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:33:18.676041435 [ThreadId 4] - Cradle directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:33:18.676619168 [ThreadId 4] - Using stack GHC version
2019-03-24 11:33:18.797533273 [ThreadId 4] - Project GHC version:8.6.3
2019-03-24 11:33:18.803700145 [ThreadId 4] - hie exe candidates :["hie-8.6.3","hie-8.6","hie"]
2019-03-24 11:33:18.804299727 [ThreadId 4] - found hie exe at:/home/grancalavera/.local/bin/hie-8.6.3
2019-03-24 11:33:18.804737198 [ThreadId 4] - args:["--lsp"]
2019-03-24 11:33:18.805031016 [ThreadId 4] - launching ....
2019-03-24 11:33:18.80678861 [ThreadId 4] - Using stack GHC version
2019-03-24 11:33:18.921562385 [ThreadId 4] - Run entered for HIE(hie-8.6.3) Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
2019-03-24 11:33:18.942503553 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:33:18.964553108 [ThreadId 10] - Using stack GHC version
Using hie version: Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
Using hoogle db at: /home/grancalavera/.hoogle/default-haskell-5.0.17.hoo
[Error - 11:39:02 AM] Request textDocument/formatting failed.
Message: brittanyCmd: RealSrcSpan SrcSpanOneLine "stdin" 118 70 71: parse error on input ‘.’
Code: -32603
[Error - 11:39:03 AM] Request textDocument/formatting failed.
Message: brittanyCmd: RealSrcSpan SrcSpanOneLine "stdin" 118 70 71: parse error on input ‘.’
Code: -32603
hie-8.6.3: hie-8.6.3: panic! (the 'impossible' happened)
(GHC version 8.6.3 for x86_64-unknown-linux):
lookupGlobal
Can't find interface-file declaration for type constructor or class V2
Probable cause: bug in .hi-boot file, or inconsistent .hi file
Use -ddump-if-trace to get an idea of which file caused the error
Call stack:
CallStack (from HasCallStack):
callStackDoc, called at compiler/utils/Outputable.hs:1160:37 in ghc:Outputable
pprPanic, called at compiler/typecheck/TcEnv.hs:132:32 in ghc:TcEnv
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
```
2019-03-24 10:53:18.432105203 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 0.7.0.0 (2473 commits) x86_64 ghc-8.6.4
2019-03-24 10:53:18.445503684 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 10:53:18.61861227 [ThreadId 4] - Cradle directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 10:53:18.619002479 [ThreadId 4] - Using stack GHC version
2019-03-24 10:53:18.746327306 [ThreadId 4] - Project GHC version:8.6.3
2019-03-24 10:53:18.746560763 [ThreadId 4] - hie exe candidates :["hie-8.6.3","hie-8.6","hie"]
2019-03-24 10:53:18.746855048 [ThreadId 4] - found hie exe at:/home/grancalavera/.local/bin/hie-8.6.3
2019-03-24 10:53:18.747091764 [ThreadId 4] - args:["--lsp"]
2019-03-24 10:53:18.747239016 [ThreadId 4] - launching ....
2019-03-24 10:53:18.748959705 [ThreadId 4] - Using stack GHC version
2019-03-24 10:53:18.870238842 [ThreadId 4] - Run entered for HIE(hie-8.6.3) Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
2019-03-24 10:53:18.879560181 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 10:53:18.906423677 [ThreadId 10] - Using stack GHC version
Using hie version: Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
Using hoogle db at: /home/grancalavera/.hoogle/default-haskell-5.0.17.hoo
hie-8.6.3: hie-8.6.3: panic! (the 'impossible' happened)
(GHC version 8.6.3 for x86_64-unknown-linux):
lookupGlobal
Can't find interface-file declaration for type constructor or class V2
Probable cause: bug in .hi-boot file, or inconsistent .hi file
Use -ddump-if-trace to get an idea of which file caused the error
Call stack:
CallStack (from HasCallStack):
callStackDoc, called at compiler/utils/Outputable.hs:1160:37 in ghc:Outputable
pprPanic, called at compiler/typecheck/TcEnv.hs:132:32 in ghc:TcEnv
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
```
```
2019-03-24 11:08:53.143312655 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 0.7.0.0 (2473 commits) x86_64 ghc-8.6.4
2019-03-24 11:08:53.161335891 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:08:53.326247475 [ThreadId 4] - Cradle directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:08:53.326669968 [ThreadId 4] - Using stack GHC version
2019-03-24 11:08:53.4537406 [ThreadId 4] - Project GHC version:8.6.3
2019-03-24 11:08:53.454013742 [ThreadId 4] - hie exe candidates :["hie-8.6.3","hie-8.6","hie"]
2019-03-24 11:08:53.454397852 [ThreadId 4] - found hie exe at:/home/grancalavera/.local/bin/hie-8.6.3
2019-03-24 11:08:53.454689336 [ThreadId 4] - args:["--lsp"]
2019-03-24 11:08:53.454869786 [ThreadId 4] - launching ....
2019-03-24 11:08:53.456618009 [ThreadId 4] - Using stack GHC version
2019-03-24 11:08:53.578824481 [ThreadId 4] - Run entered for HIE(hie-8.6.3) Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
2019-03-24 11:08:53.586036098 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:08:53.612850979 [ThreadId 10] - Using stack GHC version
Using hie version: Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
Using hoogle db at: /home/grancalavera/.hoogle/default-haskell-5.0.17.hoo
hie-8.6.3: hie-8.6.3: panic! (the 'impossible' happened)
(GHC version 8.6.3 for x86_64-unknown-linux):
lookupGlobal
Can't find interface-file declaration for type constructor or class V2
Probable cause: bug in .hi-boot file, or inconsistent .hi file
Use -ddump-if-trace to get an idea of which file caused the error
Call stack:
CallStack (from HasCallStack):
callStackDoc, called at compiler/utils/Outputable.hs:1160:37 in ghc:Outputable
pprPanic, called at compiler/typecheck/TcEnv.hs:132:32 in ghc:TcEnv
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
```
2019-03-24 11:16:31.254948568 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 0.7.0.0 (2473 commits) x86_64 ghc-8.6.4
2019-03-24 11:16:31.269879984 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:16:31.426208445 [ThreadId 4] - Cradle directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:16:31.426802555 [ThreadId 4] - Using stack GHC version
2019-03-24 11:16:31.543359362 [ThreadId 4] - Project GHC version:8.6.3
2019-03-24 11:16:31.543607678 [ThreadId 4] - hie exe candidates :["hie-8.6.3","hie-8.6","hie"]
2019-03-24 11:16:31.544204831 [ThreadId 4] - found hie exe at:/home/grancalavera/.local/bin/hie-8.6.3
2019-03-24 11:16:31.544832242 [ThreadId 4] - args:["--lsp"]
2019-03-24 11:16:31.545038728 [ThreadId 4] - launching ....
2019-03-24 11:16:31.547868051 [ThreadId 4] - Using stack GHC version
2019-03-24 11:16:31.658715313 [ThreadId 4] - Run entered for HIE(hie-8.6.3) Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
2019-03-24 11:16:31.659345264 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:16:31.68429783 [ThreadId 10] - Using stack GHC version
Using hie version: Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
Using hoogle db at: /home/grancalavera/.hoogle/default-haskell-5.0.17.hoo
hie-8.6.3: Could not load module ‘Test.Hspec’
It is a member of the hidden package ‘hspec-2.6.1’.
Perhaps you need to add ‘hspec’ to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
2019-03-24 11:45:19.848257981 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 0.7.0.0 (2473 commits) x86_64 ghc-8.6.4
2019-03-24 11:45:19.868210946 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:45:20.042135389 [ThreadId 4] - Cradle directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:45:20.042607612 [ThreadId 4] - Using stack GHC version
2019-03-24 11:45:20.161369688 [ThreadId 4] - Project GHC version:8.6.3
2019-03-24 11:45:20.161577561 [ThreadId 4] - hie exe candidates :["hie-8.6.3","hie-8.6","hie"]
2019-03-24 11:45:20.162087435 [ThreadId 4] - found hie exe at:/home/grancalavera/.local/bin/hie-8.6.3
2019-03-24 11:45:20.162322595 [ThreadId 4] - args:["--lsp"]
2019-03-24 11:45:20.169879753 [ThreadId 4] - launching ....
2019-03-24 11:45:20.171721093 [ThreadId 4] - Using stack GHC version
2019-03-24 11:45:20.305281074 [ThreadId 4] - Run entered for HIE(hie-8.6.3) Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
2019-03-24 11:45:20.306111016 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:45:20.328875817 [ThreadId 10] - Using stack GHC version
Using hie version: Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
Using hoogle db at: /home/grancalavera/.hoogle/default-haskell-5.0.17.hoo
hie-8.6.3: hie-8.6.3: panic! (the 'impossible' happened)
(GHC version 8.6.3 for x86_64-unknown-linux):
lookupGlobal
Can't find interface-file declaration for type constructor or class V2
Probable cause: bug in .hi-boot file, or inconsistent .hi file
Use -ddump-if-trace to get an idea of which file caused the error
Call stack:
CallStack (from HasCallStack):
callStackDoc, called at compiler/utils/Outputable.hs:1160:37 in ghc:Outputable
pprPanic, called at compiler/typecheck/TcEnv.hs:132:32 in ghc:TcEnv
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
2019-03-24 11:48:22.945852788 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 0.7.0.0 (2473 commits) x86_64 ghc-8.6.4
2019-03-24 11:48:22.957846825 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:48:23.122326058 [ThreadId 4] - Cradle directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:48:23.122714641 [ThreadId 4] - Using stack GHC version
2019-03-24 11:48:23.235011739 [ThreadId 4] - Project GHC version:8.6.3
2019-03-24 11:48:23.235206471 [ThreadId 4] - hie exe candidates :["hie-8.6.3","hie-8.6","hie"]
2019-03-24 11:48:23.235474856 [ThreadId 4] - found hie exe at:/home/grancalavera/.local/bin/hie-8.6.3
2019-03-24 11:48:23.235681792 [ThreadId 4] - args:["--lsp"]
2019-03-24 11:48:23.235810144 [ThreadId 4] - launching ....
2019-03-24 11:48:23.237595946 [ThreadId 4] - Using stack GHC version
2019-03-24 11:48:23.340979017 [ThreadId 4] - Run entered for HIE(hie-8.6.3) Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
2019-03-24 11:48:23.34430934 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:48:23.373079764 [ThreadId 10] - Using stack GHC version
Using hie version: Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
Using hoogle db at: /home/grancalavera/.hoogle/default-haskell-5.0.17.hoo
[Error - 11:54:02 AM] Request textDocument/formatting failed.
Message: brittanyCmd: RealSrcSpan SrcSpanOneLine "stdin" 123 49 52: parse error on input ‘...’
Code: -32603
hie-8.6.3: Could not load module ‘Test.Hspec’
It is a member of the hidden package ‘hspec-2.6.1’.
Perhaps you need to add ‘hspec’ to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
2019-03-24 11:33:18.509716527 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 0.7.0.0 (2473 commits) x86_64 ghc-8.6.4
2019-03-24 11:33:18.523038535 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:33:18.676041435 [ThreadId 4] - Cradle directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:33:18.676619168 [ThreadId 4] - Using stack GHC version
2019-03-24 11:33:18.797533273 [ThreadId 4] - Project GHC version:8.6.3
2019-03-24 11:33:18.803700145 [ThreadId 4] - hie exe candidates :["hie-8.6.3","hie-8.6","hie"]
2019-03-24 11:33:18.804299727 [ThreadId 4] - found hie exe at:/home/grancalavera/.local/bin/hie-8.6.3
2019-03-24 11:33:18.804737198 [ThreadId 4] - args:["--lsp"]
2019-03-24 11:33:18.805031016 [ThreadId 4] - launching ....
2019-03-24 11:33:18.80678861 [ThreadId 4] - Using stack GHC version
2019-03-24 11:33:18.921562385 [ThreadId 4] - Run entered for HIE(hie-8.6.3) Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
2019-03-24 11:33:18.942503553 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:33:18.964553108 [ThreadId 10] - Using stack GHC version
Using hie version: Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
Using hoogle db at: /home/grancalavera/.hoogle/default-haskell-5.0.17.hoo
[Error - 11:39:02 AM] Request textDocument/formatting failed.
Message: brittanyCmd: RealSrcSpan SrcSpanOneLine "stdin" 118 70 71: parse error on input ‘.’
Code: -32603
[Error - 11:39:03 AM] Request textDocument/formatting failed.
Message: brittanyCmd: RealSrcSpan SrcSpanOneLine "stdin" 118 70 71: parse error on input ‘.’
Code: -32603
2019-03-24 11:48:22.945852788 [ThreadId 4] - run entered for hie-wrapper(hie-wrapper) Version 0.7.0.0 (2473 commits) x86_64 ghc-8.6.4
2019-03-24 11:48:22.957846825 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:48:23.122326058 [ThreadId 4] - Cradle directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:48:23.122714641 [ThreadId 4] - Using stack GHC version
2019-03-24 11:48:23.235011739 [ThreadId 4] - Project GHC version:8.6.3
2019-03-24 11:48:23.235206471 [ThreadId 4] - hie exe candidates :["hie-8.6.3","hie-8.6","hie"]
2019-03-24 11:48:23.235474856 [ThreadId 4] - found hie exe at:/home/grancalavera/.local/bin/hie-8.6.3
2019-03-24 11:48:23.235681792 [ThreadId 4] - args:["--lsp"]
2019-03-24 11:48:23.235810144 [ThreadId 4] - launching ....
2019-03-24 11:48:23.237595946 [ThreadId 4] - Using stack GHC version
2019-03-24 11:48:23.340979017 [ThreadId 4] - Run entered for HIE(hie-8.6.3) Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
2019-03-24 11:48:23.34430934 [ThreadId 4] - Current directory:/home/grancalavera/Desktop/labyrinth
2019-03-24 11:48:23.373079764 [ThreadId 10] - Using stack GHC version
Using hie version: Version 0.7.0.0, Git revision f7a5c1a74b9db2050e9b885ee0822181ef27e632 (2473 commits) x86_64 ghc-8.6.3
Using hoogle db at: /home/grancalavera/.hoogle/default-haskell-5.0.17.hoo
[Error - 11:54:02 AM] Request textDocument/formatting failed.
Message: brittanyCmd: RealSrcSpan SrcSpanOneLine "stdin" 123 49 52: parse error on input ‘...’
Code: -32603
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment