-
That looks like a generic front-end error for when the back-end is unavailable, the back-end error should be more informative, but I don't know where exactly you can find it. At this point it might make sense to open an issue on the issue tracker of IHaskell, they will be able to give you more useful answers.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
You could look into jupyterWith. With that you can list the packages you want to use in a shell.nix file; based on this file an environment is created in which Jupyter is run. I've also had issues with using packages with regular IHaskell in the past, but jupyterWith works pretty well for me.
-
Related posts
-
NixOS + Haskell best practices circa March 2023
-
Status of GHC on Apple M1 hardware?
-
Most braindead easy end to end haskell workflow?
-
Yet another (sic) Haskell project template with Nix, Docker, Lorri, and haskell-language-server
-
Can't get things to work. It is normal to learn haskell with plain vim?