mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
Bumping versions on all packages for Hackage upload. No PVP, sorry, I suck.
This commit is contained in:
parent
20aa688a9a
commit
8eb614d31b
@ -2,7 +2,7 @@
|
||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||
|
||||
name: ghc-parser
|
||||
version: 0.1.3.0
|
||||
version: 0.1.4.0
|
||||
synopsis: Haskell source parser from GHC.
|
||||
-- description:
|
||||
homepage: https://github.com/gibiansky/IHaskell
|
||||
|
@ -7,7 +7,7 @@ name: ihaskell-aeson
|
||||
-- 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 instances for Aeson
|
||||
@ -63,7 +63,7 @@ library
|
||||
aeson >= 0.7,
|
||||
aeson-pretty >= 0.7,
|
||||
chunked-data >=0.1,
|
||||
ihaskell >= 0.4
|
||||
ihaskell >= 0.5
|
||||
|
||||
-- Directories containing source files.
|
||||
-- hs-source-dirs:
|
||||
|
@ -10,7 +10,7 @@ name: ihaskell-basic
|
||||
-- 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 instances for basic types
|
||||
@ -63,7 +63,7 @@ library
|
||||
-- Other library packages from which modules are imported.
|
||||
build-depends: base ==4.6.* || ==4.7.*,
|
||||
classy-prelude >=0.6,
|
||||
ihaskell >= 0.4
|
||||
ihaskell >= 0.5
|
||||
|
||||
-- Directories containing source files.
|
||||
-- hs-source-dirs:
|
||||
|
@ -10,7 +10,7 @@ name: ihaskell-blaze
|
||||
-- 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 instances for blaze-html types
|
||||
@ -65,7 +65,7 @@ library
|
||||
classy-prelude >=0.6,
|
||||
blaze-html >= 0.6,
|
||||
blaze-markup >= 0.5,
|
||||
ihaskell >= 0.4
|
||||
ihaskell >= 0.5
|
||||
|
||||
-- Directories containing source files.
|
||||
-- hs-source-dirs:
|
||||
|
@ -7,7 +7,7 @@ name: ihaskell-charts
|
||||
-- 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 instances for charts types
|
||||
@ -65,7 +65,7 @@ library
|
||||
directory,
|
||||
Chart,
|
||||
Chart-cairo,
|
||||
ihaskell >= 0.4
|
||||
ihaskell >= 0.5
|
||||
|
||||
-- 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.1.0.0
|
||||
version: 0.2.0.0
|
||||
|
||||
-- A short (one-line) description of the package.
|
||||
synopsis: IHaskell display instances for diagram types
|
||||
@ -66,7 +66,7 @@ library
|
||||
diagrams==1.2.*,
|
||||
diagrams-lib,
|
||||
diagrams-cairo,
|
||||
ihaskell >= 0.4
|
||||
ihaskell >= 0.5
|
||||
|
||||
-- Directories containing source files.
|
||||
-- hs-source-dirs:
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: ihaskell-hatex
|
||||
version: 0.1.0.0
|
||||
version: 0.2.0.0
|
||||
synopsis: IHaskell display instances for hatex
|
||||
-- description:
|
||||
homepage: http://www.github.com/gibiansky/IHaskell
|
||||
@ -17,6 +17,6 @@ library
|
||||
build-depends: base ==4.6.* || ==4.7.*,
|
||||
text,
|
||||
HaTeX >= 3.9,
|
||||
ihaskell >= 0.4
|
||||
ihaskell >= 0.5
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -7,7 +7,7 @@ name: ihaskell-juicypixels
|
||||
-- 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 - IHaskellDisplay instances of the image types of the JuicyPixels package.
|
||||
@ -67,7 +67,7 @@ library
|
||||
bytestring,
|
||||
directory,
|
||||
JuicyPixels >= 3.1.3,
|
||||
ihaskell >= 0.4
|
||||
ihaskell >= 0.5
|
||||
|
||||
-- Directories containing source files.
|
||||
-- hs-source-dirs:
|
||||
|
@ -10,7 +10,7 @@ name: ihaskell-magic
|
||||
-- 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 instances for bytestrings
|
||||
@ -69,7 +69,7 @@ library
|
||||
utf8-string,
|
||||
base64-bytestring,
|
||||
ipython-kernel,
|
||||
ihaskell >= 0.4
|
||||
ihaskell >= 0.5
|
||||
|
||||
-- Directories containing source files.
|
||||
-- hs-source-dirs:
|
||||
|
@ -7,7 +7,7 @@ name: ihaskell-parsec
|
||||
-- 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 instances for Parsec
|
||||
@ -64,7 +64,7 @@ library
|
||||
random >= 1,
|
||||
parsec,
|
||||
here,
|
||||
ihaskell >= 0.4
|
||||
ihaskell >= 0.5
|
||||
|
||||
-- Directories containing source files.
|
||||
-- hs-source-dirs:
|
||||
|
@ -1,5 +1,5 @@
|
||||
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
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
@ -18,8 +18,8 @@ library
|
||||
filepath >=1.3 && <1.4,
|
||||
bytestring >=0.10 && <0.11,
|
||||
base64-bytestring >=1.0 && <1.1,
|
||||
ihaskell >=0.4 && <0.5,
|
||||
ihaskell-blaze >=0.1 && <0.2,
|
||||
ihaskell >=0.5 && <0.6,
|
||||
ihaskell-blaze >=0.2 && <0.3,
|
||||
blaze-html >=0.6 && <0.8,
|
||||
split >=0.2 && <0.3,
|
||||
stm -any,
|
||||
|
@ -7,7 +7,7 @@ name: ihaskell
|
||||
-- PVP summary: +-+------- breaking API changes
|
||||
-- | | +----- non-breaking API additions
|
||||
-- | | | +--- code changes with no API change
|
||||
version: 0.4.3.0
|
||||
version: 0.5.0.0
|
||||
|
||||
-- A short (one-line) description of the package.
|
||||
synopsis: A Haskell backend kernel for the IPython project.
|
||||
@ -64,7 +64,7 @@ library
|
||||
directory -any,
|
||||
filepath -any,
|
||||
ghc ==7.6.* || == 7.8.*,
|
||||
ghc-parser >=0.1.2,
|
||||
ghc-parser >=0.1.4,
|
||||
haskeline -any,
|
||||
here ==1.2.*,
|
||||
hlint >=1.9 && <2.0,
|
||||
@ -93,7 +93,7 @@ library
|
||||
utf8-string -any,
|
||||
uuid >=1.3,
|
||||
vector -any,
|
||||
ipython-kernel >=0.2
|
||||
ipython-kernel >=0.3
|
||||
|
||||
exposed-modules: IHaskell.Display
|
||||
IHaskell.Convert
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: ipython-kernel
|
||||
version: 0.2.0.0
|
||||
version: 0.3.0.0
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user