Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c:\Users\druzy\Google Drive\haskell\projects\temp>stack ghci
- Note: No local targets specified, so a plain ghci will be started with no package hiding or package options.
- You are using snapshot:
- https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/27.yaml
- If you want to use package hiding and options, then you can try one of the following:
- * If you want to start a different project configuration
- than C:\Users\druzy\Google Drive\haskell\projects\temp\stack.yaml, then you can use stack init to create a new
- stack.yaml for the packages in the current directory.
- * If you want to use the project configuration
- at C:\Users\druzy\Google Drive\haskell\projects\temp\stack.yaml, then you can add to its 'packages' field.
- Configuring GHCi with the following packages:
- GHCi, version 8.8.4: https://www.haskell.org/ghc/ :? for help
- Loaded GHCi configuration from C:\\Users\\druzy\\AppData\\Local\\Temp\\haskell-stack-ghci\\2a3bbd58\\ghci-script
- Prelude> 2+2
- Prelude> 2+2
- <interactive>:19:1: error: parse error on input `+'
- Prelude>
- 2
- Prelude>
- Prelude>
- Prelude>
- Prelude>
- Prelude>
- Prelude>
- <interactive>:56:4: error:
- parse error (possibly incorrect indentation or mismatched brackets)
- *Main Lib Paths_test2>
- Prelude>
- Prelude>
- 2
- Prelude>
- *Main Lib Paths_test2>
- Prelude>
- Prelude>
- *Main Lib Paths_test2>
- Prelude>
- Prelude>
- Prelude>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement