packaging updates

This commit is contained in:
Andrew Gibiansky 2015-08-11 11:22:30 -07:00
parent 0adbe07f3e
commit c1c9362997
5 changed files with 24 additions and 29 deletions

View File

@ -1,5 +1,5 @@
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

View File

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

View File

@ -1,5 +1,5 @@
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.

View File

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

View File

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