diff --git a/elisp/ghc-comp.el b/elisp/ghc-comp.el index de336af..1a080ff 100644 --- a/elisp/ghc-comp.el +++ b/elisp/ghc-comp.el @@ -46,7 +46,7 @@ (defvar ghc-loaded-module nil) (defun ghc-comp-init () - (setq ghc-module-names (ghc-load-keyword "list")) + (setq ghc-module-names (cons "hiding" (cons "qualified" (ghc-load-keyword "list")))) (setq ghc-keyword-Prelude (ghc-load-keyword "browse" "Prelude")) (setq ghc-loaded-module '("Prelude")) (ghc-merge-keywords)