Advertisement
Guest User

Untitled

a guest
Jan 5th, 2021
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. c:\Users\druzy\Google Drive\haskell\projects\temp>stack ghci
  2.  
  3. Note: No local targets specified, so a plain ghci will be started with no package hiding or package options.
  4.  
  5. You are using snapshot:
  6. https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/27.yaml
  7.  
  8. If you want to use package hiding and options, then you can try one of the following:
  9.  
  10. * If you want to start a different project configuration
  11. than C:\Users\druzy\Google Drive\haskell\projects\temp\stack.yaml, then you can use stack init to create a new
  12. stack.yaml for the packages in the current directory.
  13.  
  14. * If you want to use the project configuration
  15. at C:\Users\druzy\Google Drive\haskell\projects\temp\stack.yaml, then you can add to its 'packages' field.
  16.  
  17. Configuring GHCi with the following packages:
  18. GHCi, version 8.8.4: https://www.haskell.org/ghc/ :? for help
  19. Loaded GHCi configuration from C:\\Users\\druzy\\AppData\\Local\\Temp\\haskell-stack-ghci\\2a3bbd58\\ghci-script
  20. Prelude> 2+2
  21. Prelude> 2+2
  22.  
  23. <interactive>:19:1: error: parse error on input `+'
  24. Prelude>
  25. 2
  26. Prelude>
  27. Prelude>
  28. Prelude>
  29. Prelude>
  30. Prelude>
  31. Prelude>
  32.  
  33. <interactive>:56:4: error:
  34. parse error (possibly incorrect indentation or mismatched brackets)
  35. *Main Lib Paths_test2>
  36. Prelude>
  37. Prelude>
  38. 2
  39. Prelude>
  40. *Main Lib Paths_test2>
  41. Prelude>
  42. Prelude>
  43. *Main Lib Paths_test2>
  44. Prelude>
  45. Prelude>
  46. Prelude>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement