bug fix for ByteSring.
This commit is contained in:
parent
6e4d073c7d
commit
83c597396c
@ -72,6 +72,7 @@ unloaded modules are loaded")
|
|||||||
ghc-keyword-Control.Applicative
|
ghc-keyword-Control.Applicative
|
||||||
ghc-keyword-Control.Monad
|
ghc-keyword-Control.Monad
|
||||||
ghc-keyword-Control.Exception
|
ghc-keyword-Control.Exception
|
||||||
|
ghc-keyword-Data.ByteString
|
||||||
ghc-keyword-Data.Char
|
ghc-keyword-Data.Char
|
||||||
ghc-keyword-Data.List
|
ghc-keyword-Data.List
|
||||||
ghc-keyword-Data.Maybe
|
ghc-keyword-Data.Maybe
|
||||||
@ -84,10 +85,10 @@ unloaded modules are loaded")
|
|||||||
"Control.Applicative"
|
"Control.Applicative"
|
||||||
"Control.Monad"
|
"Control.Monad"
|
||||||
"Control.Exception"
|
"Control.Exception"
|
||||||
|
"Data.ByteString"
|
||||||
"Data.Char"
|
"Data.Char"
|
||||||
"Data.List"
|
"Data.List"
|
||||||
"Data.Maybe"
|
"Data.Maybe"
|
||||||
"Data.ByteString"
|
|
||||||
"System.IO"))
|
"System.IO"))
|
||||||
(run-with-idle-timer ghc-idle-timer-interval 'repeat 'ghc-idle-timer))
|
(run-with-idle-timer ghc-idle-timer-interval 'repeat 'ghc-idle-timer))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user