removing ghc and ghci options.

This commit is contained in:
Kazu Yamamoto
2010-04-28 23:28:33 +09:00
parent 5e21c71b1e
commit fb7f0c9802
3 changed files with 1 additions and 17 deletions

View File

@@ -59,13 +59,9 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defvar ghc-module-command "ghc-mod")
(defvar ghc-ghc-command (ghc-which "ghc"))
(defvar ghc-ghci-command (ghc-which "ghci"))
(defvar ghc-ghc-pkg-command (ghc-which "ghc-pkg"))
(defun ghc-module-command-args ()
(list "-g" ghc-ghc-command
"-i" ghc-ghci-command
"-p" ghc-ghc-pkg-command))
(list "-p" ghc-ghc-pkg-command))
(provide 'ghc-func)