summaryrefslogtreecommitdiffhomepage
path: root/prog
diff options
context:
space:
mode:
Diffstat (limited to 'prog')
-rw-r--r--prog/jao-cabal.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/jao-cabal.el b/prog/jao-cabal.el
index db34d80..5f5fd99 100644
--- a/prog/jao-cabal.el
+++ b/prog/jao-cabal.el
@@ -6,7 +6,7 @@
(eval-after-load 'haskell-mode
'(add-hook 'haskell-mode-hook
(lambda ()
- (set (make-local-variable 'compile-command) "stack install"))))
+ (set (make-local-variable 'compile-command) "cabal install"))))
(defun jao-haskell-cabal-build ()
(interactive)