summaryrefslogtreecommitdiff
path: root/.emacs.d/init-haskell.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init-haskell.el')
-rw-r--r--.emacs.d/init-haskell.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init-haskell.el b/.emacs.d/init-haskell.el
index abc2aa40..8e4d696c 100644
--- a/.emacs.d/init-haskell.el
+++ b/.emacs.d/init-haskell.el
@@ -38,6 +38,9 @@
(add-hook 'haskell-mode-hook 'spw/haskell-mode-hook)
(add-hook 'after-save-hook 'spw/haskell-cabal-mode-save-hook)
+ ;; Set path to ghci on Windows
+ (setq haskell-process-path-ghci "C:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin\\ghci")
+
(setq haskell-tags-on-save t
haskell-process-suggest-remove-import-lines t))