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
c1c93629
Commit
c1c93629
authored
Aug 11, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
packaging updates
parent
0adbe07f
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
29 deletions
+24
-29
ihaskell-hatex.cabal
ihaskell-display/ihaskell-hatex/ihaskell-hatex.cabal
+1
-1
ihaskell.cabal
ihaskell.cabal
+1
-1
ipython-kernel.cabal
ipython-kernel/ipython-kernel.cabal
+1
-1
ZeroMQ.hs
ipython-kernel/src/IHaskell/IPython/ZeroMQ.hs
+6
-11
stack.yaml
stack.yaml
+15
-15
No files found.
ihaskell-display/ihaskell-hatex/ihaskell-hatex.cabal
View file @
c1c93629
name: ihaskell-hatex
version: 0.2.
0
.0
version: 0.2.
1
.0
synopsis: IHaskell display instances for hatex
-- description:
homepage: http://www.github.com/gibiansky/IHaskell
...
...
ihaskell.cabal
View file @
c1c93629
...
...
@@ -7,7 +7,7 @@ name: ihaskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.6.4.
0
version: 0.6.4.
1
-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.
...
...
ipython-kernel/ipython-kernel.cabal
View file @
c1c93629
name: ipython-kernel
version: 0.6.1.
0
version: 0.6.1.
2
synopsis: A library for creating kernels for IPython frontends
description: ipython-kernel is a library for communicating with frontends for the interactive IPython framework. It is used extensively in IHaskell, the interactive Haskell environment.
...
...
ipython-kernel/src/IHaskell/IPython/ZeroMQ.hs
View file @
c1c93629
...
...
@@ -141,17 +141,12 @@ bindLocalEphemeralPort socket = do
-- | Run session for communicating with an IPython instance on ephemerally allocated ZMQ4 sockets.
-- The sockets will be closed when the callback returns.
withEphemeralPorts
::
ByteString
->
-- ^ HMAC encryption key
Bool
->
-- ^ Print debug output
(
ZeroMQEphemeralPorts
->
ZeroMQInterface
->
IO
a
)
->
-- ^ Callback that takes the
-- interface to the sockets.
IO
a
withEphemeralPorts
::
ByteString
-- ^ HMAC encryption key
->
Bool
-- ^ Print debug output
->
(
ZeroMQEphemeralPorts
->
ZeroMQInterface
->
IO
a
)
-- ^ Callback that takes the
-- interface to the
-- sockets.
->
IO
a
withEphemeralPorts
key
debug
callback
=
do
channels
<-
newZeroMQInterface
key
-- Create the ZMQ4 context
...
...
stack.yaml
View file @
c1c93629
...
...
@@ -17,24 +17,24 @@ packages:
-
ihaskell-display/ihaskell-aeson/
-
ihaskell-display/ihaskell-hatex/
extra-deps
:
-
active-0.2.0.3
-
Chart-1.5
-
Chart-cairo-1.5
-
diagrams-1.3
-
diagrams-cairo-1.3.0.2
-
diagrams-contrib-1.3.0.3
-
diagrams-core-1.3.0.1
-
diagrams-lib-1.3.0.1
-
diagrams-solve-0.1
-
diagrams-svg-1.3.1.3
-
force-layout-0.4.0.1
-
happy-1.19.5
-
HList-0.4.0.0
-
lucid-svg-0.5.0.0
#
- active-0.2.0.3
#
- Chart-1.5
#
- Chart-cairo-1.5
#
- diagrams-1.3
#
- diagrams-cairo-1.3.0.2
#
- diagrams-contrib-1.3.0.3
#
- diagrams-core-1.3.0.1
#
- diagrams-lib-1.3.0.1
#
- diagrams-solve-0.1
#
- diagrams-svg-1.3.1.3
#
- force-layout-0.4.0.1
#
- happy-1.19.5
#
- HList-0.4.0.0
#
- lucid-svg-0.5.0.0
-
magic-1.1
-
Rlang-QQ-0.3.1.0
-
static-canvas-0.2.0.2
-
system-argv0-0.1.1
-
vinyl-0.5.1
-
xformat-0.1.2.1
resolver
:
lts-2.18
resolver
:
nightly-2015-08-10
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