From 4cd0a25ecb8d0a4f3c6fdb11e9c5c2adff13bd28 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 7 Apr 2014 22:05:59 +0900 Subject: [PATCH] adding two mods to preferred. --- elisp/ghc-ins-mod.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/elisp/ghc-ins-mod.el b/elisp/ghc-ins-mod.el index f4dc16a..8283e49 100644 --- a/elisp/ghc-ins-mod.el +++ b/elisp/ghc-ins-mod.el @@ -22,7 +22,9 @@ (defvar ghc-preferred-modules '("Control.Applicative" "Data.ByteString" "Data.Text" - "Text.Parsec")) + "Text.Parsec" + "System.FilePath" + "System.Directory")) (defun ghc-reorder-modules (mods) (catch 'loop