Commit fdd6f513 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Updating versions and pushing to hackage

parent accbec47
...@@ -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.6.0 version: 0.1.7.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-charts ...@@ -7,7 +7,7 @@ name: ihaskell-charts
-- 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.2.0.0 version: 0.2.1.0
-- A short (one-line) description of the package. -- A short (one-line) description of the package.
synopsis: IHaskell display instances for charts types synopsis: IHaskell display instances for charts types
...@@ -65,7 +65,7 @@ library ...@@ -65,7 +65,7 @@ library
directory, directory,
Chart, Chart,
Chart-cairo >=1.2, Chart-cairo >=1.2,
ihaskell >= 0.5 ihaskell >= 0.6.2
-- Directories containing source files. -- Directories containing source files.
-- hs-source-dirs: -- hs-source-dirs:
......
...@@ -7,7 +7,7 @@ name: ihaskell-diagrams ...@@ -7,7 +7,7 @@ name: ihaskell-diagrams
-- 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.2.1.0 version: 0.2.2.0
-- A short (one-line) description of the package. -- A short (one-line) description of the package.
synopsis: IHaskell display instances for diagram types synopsis: IHaskell display instances for diagram types
...@@ -66,7 +66,7 @@ library ...@@ -66,7 +66,7 @@ library
diagrams >= 1.3, diagrams >= 1.3,
diagrams-lib, diagrams-lib,
diagrams-cairo, diagrams-cairo,
ihaskell >= 0.5, ihaskell >= 0.6.2,
-- The active package, used to represent animations -- The active package, used to represent animations
active >= 0.2 active >= 0.2
......
...@@ -7,7 +7,7 @@ name: ihaskell-juicypixels ...@@ -7,7 +7,7 @@ name: ihaskell-juicypixels
-- 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.2.0.0 version: 0.2.2.0
-- A short (one-line) description of the package. -- A short (one-line) description of the package.
synopsis: IHaskell - IHaskellDisplay instances of the image types of the JuicyPixels package. synopsis: IHaskell - IHaskellDisplay instances of the image types of the JuicyPixels package.
...@@ -67,7 +67,7 @@ library ...@@ -67,7 +67,7 @@ library
bytestring, bytestring,
directory, directory,
JuicyPixels >= 3.1.3, JuicyPixels >= 3.1.3,
ihaskell >= 0.5 ihaskell >= 0.6.2
-- Directories containing source files. -- Directories containing source files.
-- hs-source-dirs: -- hs-source-dirs:
......
...@@ -7,7 +7,7 @@ name: ihaskell-plot ...@@ -7,7 +7,7 @@ name: ihaskell-plot
-- 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.1.0.0 version: 0.2.0.0
-- A short (one-line) description of the package. -- A short (one-line) description of the package.
synopsis: IHaskell display instance for Plot (from plot package) synopsis: IHaskell display instance for Plot (from plot package)
...@@ -62,7 +62,7 @@ library ...@@ -62,7 +62,7 @@ library
classy-prelude >= 0.10.5, classy-prelude >= 0.10.5,
plot, plot,
bytestring, bytestring,
ihaskell >= 0.5 ihaskell >= 0.6.2
-- Directories containing source files. -- Directories containing source files.
-- hs-source-dirs: -- hs-source-dirs:
......
name: ihaskell-rlangqq 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 synopsis: a rDisp quasiquote to show plots from Rlang-QQ in IHaskell
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
...@@ -18,7 +18,7 @@ library ...@@ -18,7 +18,7 @@ library
filepath >=1.3 && <1.5, filepath >=1.3 && <1.5,
bytestring >=0.10 && <0.11, bytestring >=0.10 && <0.11,
base64-bytestring >=1.0 && <1.1, base64-bytestring >=1.0 && <1.1,
ihaskell >= 0.6.1, ihaskell >= 0.6.2,
ihaskell-blaze >=0.2 && <0.3, ihaskell-blaze >=0.2 && <0.3,
blaze-html >=0.6 && <0.9, blaze-html >=0.6 && <0.9,
split >=0.2 && <0.3, split >=0.2 && <0.3,
......
...@@ -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.6.2.0 version: 0.6.3.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.6, ghc-parser >=0.1.7,
ghc-paths ==0.1.*, ghc-paths ==0.1.*,
haskeline -any, haskeline -any,
here ==1.2.*, here ==1.2.*,
...@@ -168,7 +168,7 @@ Test-Suite hspec ...@@ -168,7 +168,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.6, ghc-parser >=0.1.7,
ghc-paths ==0.1.*, ghc-paths ==0.1.*,
haskeline -any, haskeline -any,
here ==1.2.*, 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