Commit 5e432594 authored by Andrew Gibiansky's avatar Andrew Gibiansky

version bumps, minor fixes to demo

parent 3b6d4556
......@@ -7,7 +7,7 @@ name: ihaskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.0.6
version: 0.3.0.0
-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.
......@@ -120,7 +120,7 @@ executable IHaskell
IHaskell.Types
IHaskell.Display
extensions: DoAndIfThenElse
default-extensions: DoAndIfThenElse
-- Other library packages from which modules are imported.
default-language: Haskell2010
......
This diff is collapsed.
......@@ -16,10 +16,10 @@ synopsis: IHaskell display instances for Aeson
-- description:
-- URL for the project homepage or repository.
homepage: http://www.github.com/gibiansky/IHaskell-Display
homepage: http://www.github.com/gibiansky/ihaskell
-- The license under which the package is released.
-- license:
license: MIT
-- The file containing the license text.
license-file: LICENSE
......@@ -62,7 +62,7 @@ library
classy-prelude >=0.7,
aeson,
aeson-pretty,
ihaskell
ihaskell >= 0.3
-- Directories containing source files.
-- hs-source-dirs:
......
......@@ -22,7 +22,7 @@ synopsis: IHaskell display instances for basic types
homepage: http://www.github.com/gibiansky/IHaskell
-- The license under which the package is released.
-- license:
license: MIT
-- The file containing the license text.
license-file: LICENSE
......@@ -63,7 +63,7 @@ library
-- Other library packages from which modules are imported.
build-depends: base ==4.6.*,
classy-prelude >=0.6,
ihaskell
ihaskell >= 0.3
-- Directories containing source files.
-- hs-source-dirs:
......
......@@ -19,10 +19,10 @@ synopsis: IHaskell display instances for blaze-html types
-- description:
-- URL for the project homepage or repository.
homepage: http://www.github.com/gibiansky/IHaskell-Display
homepage: http://www.github.com/gibiansky/ihaskell
-- The license under which the package is released.
-- license:
license: MIT
-- The file containing the license text.
license-file: LICENSE
......@@ -65,7 +65,7 @@ library
classy-prelude >=0.6,
blaze-html >= 0.6,
blaze-markup >= 0.5,
ihaskell
ihaskell >= 0.3
-- Directories containing source files.
-- hs-source-dirs:
......
......@@ -16,10 +16,10 @@ synopsis: IHaskell display instances for charts types
-- description:
-- URL for the project homepage or repository.
homepage: http://www.github.com/gibiansky/IHaskell-Display
homepage: http://www.github.com/gibiansky/ihaskell
-- The license under which the package is released.
-- license:
license: MIT
-- The file containing the license text.
license-file: LICENSE
......@@ -65,7 +65,7 @@ library
directory,
Chart,
Chart-cairo,
ihaskell
ihaskell >= 0.3
-- Directories containing source files.
-- hs-source-dirs:
......
......@@ -16,10 +16,10 @@ synopsis: IHaskell display instances for diagram types
-- description:
-- URL for the project homepage or repository.
homepage: http://www.github.com/gibiansky/IHaskell-Display
homepage: http://www.github.com/gibiansky/ihaskell
-- The license under which the package is released.
-- license:
license: MIT
-- The file containing the license text.
license-file: LICENSE
......@@ -65,7 +65,7 @@ library
diagrams,
diagrams-lib,
diagrams-cairo,
ihaskell
ihaskell >= 0.3
-- Directories containing source files.
-- hs-source-dirs:
......
......@@ -22,7 +22,7 @@ synopsis: IHaskell display instances for bytestrings
homepage: http://www.github.com/gibiansky/IHaskell
-- The license under which the package is released.
-- license:
license: MIT
-- The file containing the license text.
license-file: LICENSE
......@@ -68,7 +68,7 @@ library
bytestring,
utf8-string,
base64-bytestring,
ihaskell
ihaskell >= 0.3
-- Directories containing source files.
-- hs-source-dirs:
......
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