I have 2 projects with 8.10.7. On the first (simple stack created app) everything is ok.
On the other one, I follow the examples of haskell in depth book. here
Although I get
For anyone interested, the issue was that the project wasn't setup correctly so the command
stack ghci --test --no-load --no-build --main-is TARGET --ghci-options -fprint-evld-with-show"
didn't completed successfully. (I wasn't be able to get into the ghci)
I have 2 projects with 8.10.7. On the first (simple stack created app) everything is ok. On the other one, I follow the examples of haskell in depth book. here Although I get
I use
nvim
+nvim-dap
Any ideas? Thx!UPDATE:
For anyone interested, the issue was that the project wasn't setup correctly so the command
stack ghci --test --no-load --no-build --main-is TARGET --ghci-options -fprint-evld-with-show"
didn't completed successfully. (I wasn't be able to get into the ghci)