mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
fix typo in channel name
This commit is contained in:
parent
113182f2ba
commit
f4b9f6563a
@ -144,7 +144,7 @@ easyKernel profileFile config = do
|
||||
repHeader <- createReplyHeader (header req)
|
||||
when (debug config) . liftIO $ print req
|
||||
reply <- replyTo config execCount zmq req repHeader
|
||||
liftIO $ writeChan (shellRequestChannel zmq) reply
|
||||
liftIO $ writeChan (shellReplyChannel zmq) reply
|
||||
|
||||
replyTo :: MonadIO m
|
||||
=> KernelConfig m output result
|
||||
|
Loading…
x
Reference in New Issue
Block a user