Skip to content

Commit

Permalink
Merge pull request IHaskell#1142 from ttylec/master
Browse files Browse the repository at this point in the history
fix typo in channel name
  • Loading branch information
vaibhavsagar authored Feb 11, 2020
2 parents 113182f + f4b9f65 commit 9dd237e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipython-kernel/src/IHaskell/IPython/EasyKernel.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dd237e

Please sign in to comment.