From 83c597396c4d9fb92b2ccfdf23d2109e721dce09 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 27 Mar 2014 09:39:55 +0900 Subject: [PATCH] bug fix for ByteSring. --- elisp/ghc-comp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elisp/ghc-comp.el b/elisp/ghc-comp.el index 0a8289b..3b31c14 100644 --- a/elisp/ghc-comp.el +++ b/elisp/ghc-comp.el @@ -72,6 +72,7 @@ unloaded modules are loaded") ghc-keyword-Control.Applicative ghc-keyword-Control.Monad ghc-keyword-Control.Exception + ghc-keyword-Data.ByteString ghc-keyword-Data.Char ghc-keyword-Data.List ghc-keyword-Data.Maybe @@ -84,10 +85,10 @@ unloaded modules are loaded") "Control.Applicative" "Control.Monad" "Control.Exception" + "Data.ByteString" "Data.Char" "Data.List" "Data.Maybe" - "Data.ByteString" "System.IO")) (run-with-idle-timer ghc-idle-timer-interval 'repeat 'ghc-idle-timer))