fix typo in channel name

This commit is contained in:
Tomasz Tylec 2020-02-11 10:35:26 +01:00
parent 113182f2ba
commit f4b9f6563a

View File

@ -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