Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
50a144ce
Commit
50a144ce
authored
Oct 04, 2016
by
Vaibhav Sagar
Committed by
Sumit Sahrawat
Oct 10, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixes.
parent
321bdd95
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
EasyKernel.hs
ipython-kernel/src/IHaskell/IPython/EasyKernel.hs
+1
-1
Types.hs
ipython-kernel/src/IHaskell/IPython/Types.hs
+1
-0
No files found.
ipython-kernel/src/IHaskell/IPython/EasyKernel.hs
View file @
50a144ce
...
@@ -178,7 +178,7 @@ replyTo config _ _ CommInfoRequest{} replyHeader =
...
@@ -178,7 +178,7 @@ replyTo config _ _ CommInfoRequest{} replyHeader =
return
return
CommInfoReply
CommInfoReply
{
header
=
replyHeader
{
header
=
replyHeader
,
commInfo
=
m
empty
}
,
commInfo
=
Map
.
empty
}
replyTo
config
_
interface
ShutdownRequest
{
restartPending
=
pending
}
replyHeader
=
do
replyTo
config
_
interface
ShutdownRequest
{
restartPending
=
pending
}
replyHeader
=
do
liftIO
$
writeChan
(
shellReplyChannel
interface
)
$
ShutdownReply
replyHeader
pending
liftIO
$
writeChan
(
shellReplyChannel
interface
)
$
ShutdownReply
replyHeader
pending
...
...
ipython-kernel/src/IHaskell/IPython/Types.hs
View file @
50a144ce
...
@@ -299,6 +299,7 @@ data Message =
...
@@ -299,6 +299,7 @@ data Message =
,
implementation
::
String
-- ^ e.g. IHaskell
,
implementation
::
String
-- ^ e.g. IHaskell
,
implementationVersion
::
String
-- ^ The version of the implementation
,
implementationVersion
::
String
-- ^ The version of the implementation
,
languageInfo
::
LanguageInfo
,
languageInfo
::
LanguageInfo
}
|
|
-- | A request from a frontend for information about the comms.
-- | A request from a frontend for information about the comms.
CommInfoRequest
{
header
::
MessageHeader
}
CommInfoRequest
{
header
::
MessageHeader
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment