ide-haskell-repl icon indicating copy to clipboard operation
ide-haskell-repl copied to clipboard

GHCi REPL in Atom

Results 11 ide-haskell-repl issues
Sort by recently updated
recently updated
newest added

When loading this into repl https://github.com/puffnfresh/fp-course/blob/twitch/projects/TicTacToe/Main.hs and running main the repl seems to break and does not output anything: ![image](https://user-images.githubusercontent.com/1758708/154903194-818fbc72-603e-454b-b316-89463be8d60f.png) Plugin was configured to use stack repl. Using stack repl...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.51.0 x64 **Electron**: 5.0.13 **OS**: Unknown Windows version **Thrown From**: [ide-haskell-repl](https://github.com/atom-haskell/ide-haskell-repl) package 0.10.0 ### Stack Trace Error: Process destroyed while awaiting...

I had a module which was not compiling and it took me a long time to understand why I could not load it in the REPL. Could you please highlight...

Extension is set to use `cabal-v2` Running cabal v2 repl in terminal correctly loads other modules. When opening the extension following message is shown: ``` These modules are needed for...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.34.0 x64 **Electron**: 2.0.16 **OS**: Mac OS X 10.14.3 **Thrown From**: [ide-haskell-repl](https://github.com/atom-haskell/ide-haskell-repl) package 0.8.4 ### Stack Trace Error: Process destroyed while...

How to reproduce: Enable reload-repeat on file save. Paste in a hs file: ``` j :: Monad m => m (m a) -> m a j = _ ``` In...

1. Set up REPL pointing to a ghci wrapper exe in settings and open REPL => works 2. rename ghci wrapper exe so configuration is now invalid 3. open REPL...

When running it on Windows 10 and lts-5.2 I got: > Some flags have not been recognized: prompt-cont,

Would be nice to get auto-complete in the repl too... :-)

enhancement
help wanted
basic implementation exists

If will be great if ide-haskell-repl could be used for visual debugging. I mean those: - Putting GHCi break points on source files with a single mouse click (or press...