From 324f9093a0ecaf9a5f5ba16a9e09e8c2c052e9fc Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 26 Mar 2014 11:32:33 +0900 Subject: [PATCH] adding Data.ByteString for booting. --- elisp/ghc-comp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/elisp/ghc-comp.el b/elisp/ghc-comp.el index eed65d3..da0c0ec 100644 --- a/elisp/ghc-comp.el +++ b/elisp/ghc-comp.el @@ -87,6 +87,7 @@ unloaded modules are loaded") "Data.Char" "Data.List" "Data.Maybe" + "Data.ByteString" "System.IO")) (run-with-idle-timer ghc-idle-timer-interval 'repeat 'ghc-idle-timer))