Commit fdd6f513 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Updating versions and pushing to hackage

parent accbec47
......@@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: ghc-parser
version: 0.1.6.0
version: 0.1.7.0
synopsis: Haskell source parser from GHC.
-- description:
homepage: https://github.com/gibiansky/IHaskell
......
......@@ -7,7 +7,7 @@ name: ihaskell-charts
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.0.0
version: 0.2.1.0
-- A short (one-line) description of the package.
synopsis: IHaskell display instances for charts types
......@@ -65,7 +65,7 @@ library
directory,
Chart,
Chart-cairo >=1.2,
ihaskell >= 0.5
ihaskell >= 0.6.2
-- Directories containing source files.
-- hs-source-dirs:
......
......@@ -7,7 +7,7 @@ name: ihaskell-diagrams
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.1.0
version: 0.2.2.0
-- A short (one-line) description of the package.
synopsis: IHaskell display instances for diagram types
......@@ -66,7 +66,7 @@ library
diagrams >= 1.3,
diagrams-lib,
diagrams-cairo,
ihaskell >= 0.5,
ihaskell >= 0.6.2,
-- The active package, used to represent animations
active >= 0.2
......
......@@ -7,7 +7,7 @@ name: ihaskell-juicypixels
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.0.0
version: 0.2.2.0
-- A short (one-line) description of the package.
synopsis: IHaskell - IHaskellDisplay instances of the image types of the JuicyPixels package.
......@@ -67,7 +67,7 @@ library
bytestring,
directory,
JuicyPixels >= 3.1.3,
ihaskell >= 0.5
ihaskell >= 0.6.2
-- Directories containing source files.
-- hs-source-dirs:
......
......@@ -7,7 +7,7 @@ name: ihaskell-plot
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.1.0.0
version: 0.2.0.0
-- A short (one-line) description of the package.
synopsis: IHaskell display instance for Plot (from plot package)
......@@ -62,7 +62,7 @@ library
classy-prelude >= 0.10.5,
plot,
bytestring,
ihaskell >= 0.5
ihaskell >= 0.6.2
-- Directories containing source files.
-- hs-source-dirs:
......
name: ihaskell-rlangqq
version: 0.2.1.1
version: 0.2.2.0
synopsis: a rDisp quasiquote to show plots from Rlang-QQ in IHaskell
license: BSD3
license-file: LICENSE
......@@ -18,7 +18,7 @@ library
filepath >=1.3 && <1.5,
bytestring >=0.10 && <0.11,
base64-bytestring >=1.0 && <1.1,
ihaskell >= 0.6.1,
ihaskell >= 0.6.2,
ihaskell-blaze >=0.2 && <0.3,
blaze-html >=0.6 && <0.9,
split >=0.2 && <0.3,
......
......@@ -7,7 +7,7 @@ name: ihaskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.6.2.0
version: 0.6.3.0
-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.
......@@ -67,7 +67,7 @@ library
directory -any,
filepath -any,
ghc >=7.6 || < 7.11,
ghc-parser >=0.1.6,
ghc-parser >=0.1.7,
ghc-paths ==0.1.*,
haskeline -any,
here ==1.2.*,
......@@ -168,7 +168,7 @@ Test-Suite hspec
directory -any,
filepath -any,
ghc >=7.6 && < 7.11,
ghc-parser >=0.1.6,
ghc-parser >=0.1.7,
ghc-paths ==0.1.*,
haskeline -any,
here ==1.2.*,
......
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