Commit 8eb614d3 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Bumping versions on all packages for Hackage upload. No PVP, sorry, I suck.

parent 20aa688a
...@@ -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.3.0 version: 0.1.4.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-aeson ...@@ -7,7 +7,7 @@ name: ihaskell-aeson
-- 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 instances for Aeson synopsis: IHaskell display instances for Aeson
...@@ -63,7 +63,7 @@ library ...@@ -63,7 +63,7 @@ library
aeson >= 0.7, aeson >= 0.7,
aeson-pretty >= 0.7, aeson-pretty >= 0.7,
chunked-data >=0.1, chunked-data >=0.1,
ihaskell >= 0.4 ihaskell >= 0.5
-- Directories containing source files. -- Directories containing source files.
-- hs-source-dirs: -- hs-source-dirs:
......
...@@ -10,7 +10,7 @@ name: ihaskell-basic ...@@ -10,7 +10,7 @@ name: ihaskell-basic
-- 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 instances for basic types synopsis: IHaskell display instances for basic types
...@@ -63,7 +63,7 @@ library ...@@ -63,7 +63,7 @@ library
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*, build-depends: base ==4.6.* || ==4.7.*,
classy-prelude >=0.6, classy-prelude >=0.6,
ihaskell >= 0.4 ihaskell >= 0.5
-- Directories containing source files. -- Directories containing source files.
-- hs-source-dirs: -- hs-source-dirs:
......
...@@ -10,7 +10,7 @@ name: ihaskell-blaze ...@@ -10,7 +10,7 @@ name: ihaskell-blaze
-- 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 instances for blaze-html types synopsis: IHaskell display instances for blaze-html types
...@@ -65,7 +65,7 @@ library ...@@ -65,7 +65,7 @@ library
classy-prelude >=0.6, classy-prelude >=0.6,
blaze-html >= 0.6, blaze-html >= 0.6,
blaze-markup >= 0.5, blaze-markup >= 0.5,
ihaskell >= 0.4 ihaskell >= 0.5
-- Directories containing source files. -- Directories containing source files.
-- hs-source-dirs: -- hs-source-dirs:
......
...@@ -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.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 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, Chart-cairo,
ihaskell >= 0.4 ihaskell >= 0.5
-- 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.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 instances for diagram types synopsis: IHaskell display instances for diagram types
...@@ -66,7 +66,7 @@ library ...@@ -66,7 +66,7 @@ library
diagrams==1.2.*, diagrams==1.2.*,
diagrams-lib, diagrams-lib,
diagrams-cairo, diagrams-cairo,
ihaskell >= 0.4 ihaskell >= 0.5
-- Directories containing source files. -- Directories containing source files.
-- hs-source-dirs: -- hs-source-dirs:
......
name: ihaskell-hatex name: ihaskell-hatex
version: 0.1.0.0 version: 0.2.0.0
synopsis: IHaskell display instances for hatex synopsis: IHaskell display instances for hatex
-- description: -- description:
homepage: http://www.github.com/gibiansky/IHaskell homepage: http://www.github.com/gibiansky/IHaskell
...@@ -17,6 +17,6 @@ library ...@@ -17,6 +17,6 @@ library
build-depends: base ==4.6.* || ==4.7.*, build-depends: base ==4.6.* || ==4.7.*,
text, text,
HaTeX >= 3.9, HaTeX >= 3.9,
ihaskell >= 0.4 ihaskell >= 0.5
default-language: Haskell2010 default-language: Haskell2010
...@@ -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.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 - 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.4 ihaskell >= 0.5
-- Directories containing source files. -- Directories containing source files.
-- hs-source-dirs: -- hs-source-dirs:
......
...@@ -10,7 +10,7 @@ name: ihaskell-magic ...@@ -10,7 +10,7 @@ name: ihaskell-magic
-- 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 instances for bytestrings synopsis: IHaskell display instances for bytestrings
...@@ -69,7 +69,7 @@ library ...@@ -69,7 +69,7 @@ library
utf8-string, utf8-string,
base64-bytestring, base64-bytestring,
ipython-kernel, ipython-kernel,
ihaskell >= 0.4 ihaskell >= 0.5
-- Directories containing source files. -- Directories containing source files.
-- hs-source-dirs: -- hs-source-dirs:
......
...@@ -7,7 +7,7 @@ name: ihaskell-parsec ...@@ -7,7 +7,7 @@ name: ihaskell-parsec
-- 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 instances for Parsec synopsis: IHaskell display instances for Parsec
...@@ -64,7 +64,7 @@ library ...@@ -64,7 +64,7 @@ library
random >= 1, random >= 1,
parsec, parsec,
here, here,
ihaskell >= 0.4 ihaskell >= 0.5
-- Directories containing source files. -- Directories containing source files.
-- hs-source-dirs: -- hs-source-dirs:
......
name: ihaskell-rlangqq name: ihaskell-rlangqq
version: 0.1.0.0 version: 0.2.0.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,8 +18,8 @@ library ...@@ -18,8 +18,8 @@ library
filepath >=1.3 && <1.4, filepath >=1.3 && <1.4,
bytestring >=0.10 && <0.11, bytestring >=0.10 && <0.11,
base64-bytestring >=1.0 && <1.1, base64-bytestring >=1.0 && <1.1,
ihaskell >=0.4 && <0.5, ihaskell >=0.5 && <0.6,
ihaskell-blaze >=0.1 && <0.2, ihaskell-blaze >=0.2 && <0.3,
blaze-html >=0.6 && <0.8, blaze-html >=0.6 && <0.8,
split >=0.2 && <0.3, split >=0.2 && <0.3,
stm -any, stm -any,
......
...@@ -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.4.3.0 version: 0.5.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.
...@@ -64,7 +64,7 @@ library ...@@ -64,7 +64,7 @@ library
directory -any, directory -any,
filepath -any, filepath -any,
ghc ==7.6.* || == 7.8.*, ghc ==7.6.* || == 7.8.*,
ghc-parser >=0.1.2, ghc-parser >=0.1.4,
haskeline -any, haskeline -any,
here ==1.2.*, here ==1.2.*,
hlint >=1.9 && <2.0, hlint >=1.9 && <2.0,
...@@ -93,7 +93,7 @@ library ...@@ -93,7 +93,7 @@ library
utf8-string -any, utf8-string -any,
uuid >=1.3, uuid >=1.3,
vector -any, vector -any,
ipython-kernel >=0.2 ipython-kernel >=0.3
exposed-modules: IHaskell.Display exposed-modules: IHaskell.Display
IHaskell.Convert IHaskell.Convert
......
name: ipython-kernel name: ipython-kernel
version: 0.2.0.0 version: 0.3.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