Closed
Description
There seems to be no support for testing in haskell-mode
. I tried this:
(defun haskell-process-cabal-repl-test ()
(interactive)
(setq haskell-process-args-cabal-repl '("test"))
(haskell-process-load-or-reload)
(setq haskell-process-args-cabal-repl '("--ghc-option=-ferror-spans" "--with-ghc=ghci-ng"))
)
and can run tests.
What would be the proper way to implement it? Maybe also add the function to run a test at point?
Metadata
Metadata
Assignees
Labels
No labels