Bump version in cabal file for upload

This commit is contained in:
Andrew Gibiansky 2017-08-18 23:49:38 -07:00
parent 378b245524
commit 3136676bbd
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: ghc-parser
version: 0.1.8.0
version: 0.2.0.0
synopsis: Haskell source parser from GHC.
-- description:
homepage: https://github.com/gibiansky/IHaskell
@ -33,7 +33,7 @@ library
Language.Haskell.GHC.HappyParser
-- other-modules:
-- other-extensions:
build-depends: base >=4.6,
build-depends: base >=4.6 && < 5,
ghc >=7.6 && <8.1
if impl(ghc >= 7.6) && impl(ghc < 7.8)

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.9.0.0
version: 0.9.0.1
-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.

View File

@ -34,7 +34,7 @@ library
other-extensions: OverloadedStrings
hs-source-dirs: src
default-language: Haskell2010
build-depends: base ,
build-depends: base >=4.6 && <5,
aeson ,
bytestring ,
cereal ,