summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-01-28 16:29:05 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-08 08:34:01 +0900
commit56bea3c589bb8ae0e8b34a9e40464dbcb43b216f (patch)
tree63584ac8b075e27cbafca02c023e628e75d61b1d
parentde81e66f22576d37a12da090ff5fd7dfc1219fa2 (diff)
downloaddotfiles-56bea3c589bb8ae0e8b34a9e40464dbcb43b216f.tar.gz
path to ghci on Windows
-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))