mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
Minor fixes.
This commit is contained in:
parent
321bdd95ff
commit
50a144ced8
@ -178,7 +178,7 @@ replyTo config _ _ CommInfoRequest{} replyHeader =
|
||||
return
|
||||
CommInfoReply
|
||||
{ header = replyHeader
|
||||
, commInfo = mempty }
|
||||
, commInfo = Map.empty }
|
||||
|
||||
replyTo config _ interface ShutdownRequest { restartPending = pending } replyHeader = do
|
||||
liftIO $ writeChan (shellReplyChannel interface) $ ShutdownReply replyHeader pending
|
||||
|
@ -299,6 +299,7 @@ data Message =
|
||||
, implementation :: String -- ^ e.g. IHaskell
|
||||
, implementationVersion :: String -- ^ The version of the implementation
|
||||
, languageInfo :: LanguageInfo
|
||||
}
|
||||
|
|
||||
-- | A request from a frontend for information about the comms.
|
||||
CommInfoRequest { header :: MessageHeader }
|
||||
|
Loading…
x
Reference in New Issue
Block a user