Commit 3af35ad2 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Version bumps for Hackage

parent 66c78bb9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/ -- documentation, see http://haskell.org/cabal/users-guide/
name: ghc-parser name: ghc-parser
version: 0.1.4.0 version: 0.1.6.0
synopsis: Haskell source parser from GHC. synopsis: Haskell source parser from GHC.
-- description: -- description:
homepage: https://github.com/gibiansky/IHaskell homepage: https://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.5.0.0 version: 0.6.0.0
-- 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.
...@@ -67,7 +67,7 @@ library ...@@ -67,7 +67,7 @@ library
directory -any, directory -any,
filepath -any, filepath -any,
ghc >=7.6 || < 7.11, ghc >=7.6 || < 7.11,
ghc-parser >=0.1.4, ghc-parser >=0.1.6,
ghc-paths ==0.1.*, ghc-paths ==0.1.*,
haskeline -any, haskeline -any,
here ==1.2.*, here ==1.2.*,
...@@ -96,7 +96,7 @@ library ...@@ -96,7 +96,7 @@ library
utf8-string -any, utf8-string -any,
uuid >=1.3, uuid >=1.3,
vector -any, vector -any,
ipython-kernel >=0.4 ipython-kernel >=0.6
if flag(binPkgDb) if flag(binPkgDb)
build-depends: bin-package-db build-depends: bin-package-db
...@@ -142,7 +142,7 @@ executable ihaskell ...@@ -142,7 +142,7 @@ executable ihaskell
MissingH >=1.2, MissingH >=1.2,
here ==1.2.*, here ==1.2.*,
text -any, text -any,
ipython-kernel >= 0.2, ipython-kernel >= 0.6,
unix >= 2.6 unix >= 2.6
if flag(binPkgDb) if flag(binPkgDb)
build-depends: bin-package-db build-depends: bin-package-db
...@@ -166,7 +166,7 @@ Test-Suite hspec ...@@ -166,7 +166,7 @@ Test-Suite hspec
directory -any, directory -any,
filepath -any, filepath -any,
ghc >=7.6 && < 7.11, ghc >=7.6 && < 7.11,
ghc-parser >=0.1.1, ghc-parser >=0.1.6,
ghc-paths ==0.1.*, ghc-paths ==0.1.*,
haskeline -any, haskeline -any,
here ==1.2.*, here ==1.2.*,
...@@ -196,7 +196,7 @@ Test-Suite hspec ...@@ -196,7 +196,7 @@ Test-Suite hspec
uuid >=1.3, uuid >=1.3,
vector -any, vector -any,
setenv ==0.1.*, setenv ==0.1.*,
ipython-kernel >= 0.2 ipython-kernel >= 0.6
if flag(binPkgDb) if flag(binPkgDb)
build-depends: bin-package-db build-depends: bin-package-db
......
name: ipython-kernel name: ipython-kernel
version: 0.4.0.0 version: 0.6.0.0
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.
......
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