From 8b945e84300dc97054f1c1ac5bab44694f24954a Mon Sep 17 00:00:00 2001 From: Chris Done Date: Mon, 2 Jun 2014 14:16:21 +0200 Subject: [PATCH] Don't use cabal-repl --- .dir-locals.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index eb5d848..e45b751 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,3 @@ -((haskell-mode . ((haskell-process-type . cabal-repl) - (haskell-indent-spaces . 4) +((haskell-mode . ((haskell-indent-spaces . 4) (haskell-process-use-ghci . t))) (hamlet-mode . ((hamlet/basic-offset . 4))))