Skip to main content

All Questions

3 votes
2 answers
771 views

Automatically reloading variable state into GHCi when re-loading a file

When I'm developing some data analyses pipelines in haskell, it often would be useful to preload variable state into GHCi upon loading. What I end up doing now is copy and pasting parts of a script ...
daj's user avatar
  • 7,203
4 votes
0 answers
156 views

How to set default cabal directory and other haskell defaults in emacs?

When I use C-c, C-l to load a haskell source file in emacs, it always prompts me for a cabal directory. I have a sandbox directory that I use for everything atm, is there a way to set that directory ...
daj's user avatar
  • 7,203
0 votes
1 answer
73 views

haskell mod plugin for emacs - REPL not work

I have installed emacs and haskell-mod, I load the file into emacs star the repL with c-c c-l, appear the prompter(that with lambda), but when I type for example 1+2 and hit Enter nothing is happen. ...
srncristea's user avatar
12 votes
1 answer
9k views

haskell repl in emacs

Hi i am starting with haskell and trying to set up my emacs for its development. I have haskell-mod and ghc-mod latest in emacs 24.3.1. GHC is 7.6.3 i have created a haskell file first.hs and when i ...
Ashish Negi's user avatar
  • 5,301