Advertisement
Guest User

Untitled

a guest
Oct 20th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. No 'hie.yaml' found. Try to discover the project type!
  2. Run entered for haskell-language-server-wrapper(haskell-language-server-wrapper) Version 1.7.0.0 x8
  3. 6_64 ghc-9.2.2
  4. Current directory: /home/kavvadias/Haskell/testing
  5. Operating system: linux
  6. Arguments: []
  7. Cradle directory: /home/kavvadias/Haskell/testing
  8. Cradle type: Cabal
  9.  
  10. Tool versions found on the $PATH
  11. cabal: 3.6.2.0
  12. stack: Not found
  13. ghc: 8.10.7
  14.  
  15.  
  16. Consulting the cradle to get project GHC version...
  17. Project GHC version: 8.10.7
  18. haskell-language-server exe candidates: ["haskell-language-server-8.10.7","haskell-language-server"
  19. ]
  20. Launching haskell-language-server exe at:/home/kavvadias/.ghcup/bin/haskell-language-server-8.10.7
  21. 2022-10-20T10:39:35.696600Z | Info | No log file specified; using stderr.
  22. 2022-10-20T10:39:35.697334Z | Info | haskell-language-server version: 1.7.0.0 (GHC: 8.10.7) (PATH:
  23. /home/kavvadias/.ghcup/hls/1.7.0.0/lib/haskell-language-server-1.7.0.0/bin/haskell-language-server-
  24. 8.10.7)
  25. 2022-10-20T10:39:35.698322Z | Info | Directory: /home/kavvadias/Haskell/testing
  26. 2022-10-20T10:39:35.698743Z | Info | Logging heap statistics every 60.00s
  27. ghcide setup tester in /home/kavvadias/Haskell/testing.
  28. Report bugs at https://github.com/haskell/haskell-language-server/issues
  29.  
  30. Step 1/4: Finding files to test in /home/kavvadias/Haskell/testing
  31. Found 1 files
  32.  
  33. Step 2/4: Looking for hie.yaml files that control setup
  34. Found 1 cradle
  35. ()
  36.  
  37. Step 3/4: Initializing the IDE
  38.  
  39. Step 4/4: Type checking the files
  40. 2022-10-20T10:39:35.704170Z | Info | Cradle path: app/Main.hs
  41. 2022-10-20T10:39:35.704267Z | Warning | No [cradle](https://github.com/mpickering/hie-bios#hie-bios
  42. ) found for app/Main.hs.
  43. Proceeding with [implicit cradle](https://hackage.haskell.org/package/implicit-hie).
  44. You should ignore this message, unless you see a 'Multi Cradle: No prefixes matched' error.
  45. 2022-10-20 12:39:35.931400678 [ThreadId 36] INFO hie-bios: Build profile: -w ghc-8.10.7 -O1
  46. 2022-10-20 12:39:35.931649882 [ThreadId 36] INFO hie-bios: In order, the following will be bui
  47. lt (use -v for more details):
  48. 2022-10-20 12:39:35.931701033 [ThreadId 36] INFO hie-bios: - testing-0.1.0.0 (exe:testing) (f
  49. irst run)
  50. 2022-10-20 12:39:35.959412628 [ThreadId 36] INFO hie-bios: Preprocessing executable 'testing'
  51. for testing-0.1.0.0..
  52. 2022-10-20T10:39:36.430507Z | Info | Interface files cache directory: /home/kavvadias/.cache/ghcide
  53. /main-5e6e6a067d0d21aac4457f32d09cffa61648a75a
  54. 2022-10-20T10:39:36.430721Z | Info | Making new HscEnv. In-place unit ids: [main]
  55.  
  56. Completed (1 file worked, 0 files failed)
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement