Executing TDD in Emacs Haskell Mode

I'm trying to customize Emacs for my Haskell workflow, what I miss the most is to launch my yummy suit when I press Cc Ct and display the status of my tests in a mini-buffer.

What I am still trying to use haskell-process-cabal

for pointing configure --enable-tests

, then build

. I'm sure there should be some better built-in ways to easily pass tests and get feedback on coverage, etc.

+3


source to share





All Articles