Commit c1c93629 authored by Andrew Gibiansky's avatar Andrew Gibiansky

packaging updates

parent 0adbe07f
name: ihaskell-hatex name: ihaskell-hatex
version: 0.2.0.0 version: 0.2.1.0
synopsis: IHaskell display instances for hatex synopsis: IHaskell display instances for hatex
-- description: -- description:
homepage: http://www.github.com/gibiansky/IHaskell homepage: http://www.github.com/gibiansky/IHaskell
......
...@@ -7,7 +7,7 @@ name: ihaskell ...@@ -7,7 +7,7 @@ name: ihaskell
-- PVP summary: +-+------- breaking API changes -- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions -- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change -- | | | +--- code changes with no API change
version: 0.6.4.0 version: 0.6.4.1
-- A short (one-line) description of the package. -- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project. synopsis: A Haskell backend kernel for the IPython project.
......
name: ipython-kernel name: ipython-kernel
version: 0.6.1.0 version: 0.6.1.2
synopsis: A library for creating kernels for IPython frontends 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. 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.
......
...@@ -141,17 +141,12 @@ bindLocalEphemeralPort socket = do ...@@ -141,17 +141,12 @@ bindLocalEphemeralPort socket = do
-- | Run session for communicating with an IPython instance on ephemerally allocated ZMQ4 sockets. -- | Run session for communicating with an IPython instance on ephemerally allocated ZMQ4 sockets.
-- The sockets will be closed when the callback returns. -- The sockets will be closed when the callback returns.
withEphemeralPorts :: ByteString withEphemeralPorts :: ByteString -- ^ HMAC encryption key
-> -> Bool -- ^ Print debug output
-- ^ HMAC encryption key -> (ZeroMQEphemeralPorts -> ZeroMQInterface -> IO a) -- ^ Callback that takes the
Bool -- interface to the
-> -- sockets.
-- ^ Print debug output -> IO a
(ZeroMQEphemeralPorts -> ZeroMQInterface -> IO a)
->
-- ^ Callback that takes the
-- interface to the sockets.
IO a
withEphemeralPorts key debug callback = do withEphemeralPorts key debug callback = do
channels <- newZeroMQInterface key channels <- newZeroMQInterface key
-- Create the ZMQ4 context -- Create the ZMQ4 context
......
...@@ -17,24 +17,24 @@ packages: ...@@ -17,24 +17,24 @@ packages:
- ihaskell-display/ihaskell-aeson/ - ihaskell-display/ihaskell-aeson/
- ihaskell-display/ihaskell-hatex/ - ihaskell-display/ihaskell-hatex/
extra-deps: extra-deps:
- active-0.2.0.3 # - active-0.2.0.3
- Chart-1.5 # - Chart-1.5
- Chart-cairo-1.5 # - Chart-cairo-1.5
- diagrams-1.3 # - diagrams-1.3
- diagrams-cairo-1.3.0.2 # - diagrams-cairo-1.3.0.2
- diagrams-contrib-1.3.0.3 # - diagrams-contrib-1.3.0.3
- diagrams-core-1.3.0.1 # - diagrams-core-1.3.0.1
- diagrams-lib-1.3.0.1 # - diagrams-lib-1.3.0.1
- diagrams-solve-0.1 # - diagrams-solve-0.1
- diagrams-svg-1.3.1.3 # - diagrams-svg-1.3.1.3
- force-layout-0.4.0.1 # - force-layout-0.4.0.1
- happy-1.19.5 # - happy-1.19.5
- HList-0.4.0.0 # - HList-0.4.0.0
- lucid-svg-0.5.0.0 # - lucid-svg-0.5.0.0
- magic-1.1 - magic-1.1
- Rlang-QQ-0.3.1.0 - Rlang-QQ-0.3.1.0
- static-canvas-0.2.0.2 - static-canvas-0.2.0.2
- system-argv0-0.1.1 - system-argv0-0.1.1
- vinyl-0.5.1 - vinyl-0.5.1
- xformat-0.1.2.1 - xformat-0.1.2.1
resolver: lts-2.18 resolver: nightly-2015-08-10
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment