Commit 716d8a6b authored by Andrew Gibiansky's avatar Andrew Gibiansky

Version bound on ipython-kernel

parent 62b6c556
...@@ -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.7.0.1 version: 0.7.0.2
-- 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.
...@@ -89,7 +89,7 @@ library ...@@ -89,7 +89,7 @@ library
utf8-string -any, utf8-string -any,
uuid >=1.3, uuid >=1.3,
vector -any, vector -any,
ipython-kernel >=0.6.1 ipython-kernel >=0.7
if flag(binPkgDb) if flag(binPkgDb)
build-depends: bin-package-db build-depends: bin-package-db
...@@ -149,7 +149,7 @@ executable ihaskell ...@@ -149,7 +149,7 @@ executable ihaskell
strict >=0.3, strict >=0.3,
unix >= 2.6, unix >= 2.6,
directory -any, directory -any,
ipython-kernel >=0.6.1 ipython-kernel >=0.7
if flag(binPkgDb) if flag(binPkgDb)
build-depends: bin-package-db build-depends: bin-package-db
...@@ -204,7 +204,7 @@ Test-Suite hspec ...@@ -204,7 +204,7 @@ Test-Suite hspec
uuid >=1.3, uuid >=1.3,
vector -any, vector -any,
setenv ==0.1.*, setenv ==0.1.*,
ipython-kernel >= 0.6.1 ipython-kernel >= 0.7
if flag(binPkgDb) if flag(binPkgDb)
build-depends: bin-package-db build-depends: bin-package-db
......
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