Limestraël <limestrael@gmail.com> writes:Generally, the first thing I do is hit C-c C-l in Emacs to load the
> how do usually Haskell developpers build their softwares (and
> especially medium or big libraries) while they are still developping them ?
> With cabal-install, by doing one 'cabal configure' once and 'cabal build'
> each time they have altered their code ?
> With only Cabal, through some 'runhaskell Setup.hs build's ?
current file into a haskell process. Then back to fix the type errors
(click on the error to jump to the code), and iterate until it loads
correctly.