atom-haskell / ide-haskell-repl

GHCi REPL in Atom
https://atom.io/packages/ide-haskell-repl
MIT License
26 stars 8 forks source link

On Windows haskell-repl chrashes on startup #47

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello,

I installed this package with this settings :

When I look at the developers pane I see not errors.

Still when I do open repl, I see the repl and then it disappeared

lierdakil commented 7 years ago

ghci path : C:\Users\rwobb\AppData\Roaming\local\bin\ghc-mod legacy-interactive? that's not right... if you're using stack exclusively, leave ghci path empty and set default repl to stack

ghost commented 7 years ago

Thanks, everythings works fine now

perrosvik commented 7 years ago

Hi,

I am facing a similar issue.

When I open ide-haskell-repl, nothing happens. I have an open haskell file and open the repl, but the repl pane is empty. And it doesn't show any errors in the pane. I can write in the repl pane, but nothing happens regardless of what I type. Haskell works elsewhere on the computer, I can compile and run haskell files via the command line

OS: Windows 10

Haskell ver: Haskell Platform 8.2.1

Atom ver: Latest

Settings: default repl : stack stack path : C:\Users\MYUSER\AppData\Roaming\local\bin\stack

Do you have any idea why? Am I missing some dependecies? Is there an error log somewhere?

I also use this: https://github.com/Tehnix/atom-haskell

repl

lierdakil commented 7 years ago

@perrosvik, it would seem ghci isn't started for one reason or another. You could check dev. console for error messages (View -> Developer -> Toggle Developer Tools -> Console tab)

lierdakil commented 7 years ago

@perrosvik, sorry it took so long, should be fixed in v0.7.2.

perrosvik commented 7 years ago

No worries, I haven't had the time to tinker with Atom and Haskell these past weeks, but I will check out the new version.