adding comments.

This commit is contained in:
Kazu Yamamoto 2014-03-27 12:44:09 +09:00
parent 1bad35aa95
commit d7b9b83857
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ unloaded modules are loaded")
(let* ((syms '(ghc-module-names
ghc-language-extensions
ghc-option-flags
;; hard coded in GHCMod.hs
ghc-keyword-Prelude
ghc-keyword-Control.Applicative
ghc-keyword-Control.Monad
@ -81,6 +82,7 @@ unloaded modules are loaded")
(ghc-set syms vals))
(ghc-add ghc-module-names "qualified")
(ghc-add ghc-module-names "hiding")
;; hard coded in GHCMod.hs
(ghc-merge-keywords '("Prelude"
"Control.Applicative"
"Control.Monad"