From 0df1d21c111e0ff5192653647e86763b4966dfe1 Mon Sep 17 00:00:00 2001 From: Bjarke Vad Date: Sun, 28 Dec 2014 18:29:35 +0100 Subject: [PATCH] set haskell-process-type to auto Should work in more use-cases --- contrib/lang/haskell/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lang/haskell/packages.el b/contrib/lang/haskell/packages.el index 545099f9c..e19d01fb0 100644 --- a/contrib/lang/haskell/packages.el +++ b/contrib/lang/haskell/packages.el @@ -25,7 +25,7 @@ (custom-set-variables ;; Use cabal-repl for the GHCi session. Ensures our dependencies are in scope. ;; cabal-dev is deprecated - '(haskell-process-type 'cabal-repl) + '(haskell-process-type 'auto) ;; Use notify.el (if you have it installed) at the end of running ;; Cabal commands or generally things worth notifying.