mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
new version numbers
This commit is contained in:
parent
8a272e1536
commit
1085c3a4e1
@ -7,7 +7,7 @@ name: ihaskell
|
||||
-- PVP summary: +-+------- breaking API changes
|
||||
-- | | +----- non-breaking API additions
|
||||
-- | | | +--- code changes with no API change
|
||||
version: 0.9.0.3
|
||||
version: 0.9.1.0
|
||||
|
||||
-- A short (one-line) description of the package.
|
||||
synopsis: A Haskell backend kernel for the IPython project.
|
||||
@ -87,7 +87,7 @@ library
|
||||
utf8-string -any,
|
||||
uuid >=1.3,
|
||||
vector -any,
|
||||
ipython-kernel >=0.8.4
|
||||
ipython-kernel >=0.9.1
|
||||
if flag(binPkgDb)
|
||||
build-depends: bin-package-db
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: ipython-kernel
|
||||
version: 0.9.0.2
|
||||
version: 0.9.1.0
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user