mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
Bump version in cabal file for upload
This commit is contained in:
parent
378b245524
commit
3136676bbd
@ -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)
|
||||
|
@ -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.
|
||||
|
@ -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 ,
|
||||
|
Loading…
x
Reference in New Issue
Block a user