This commit is contained in:
Adam Vogt 2014-01-09 20:57:07 -05:00
commit 3acd9e4d03
9 changed files with 59 additions and 55 deletions

View File

@ -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.

View File

@ -4,6 +4,9 @@ IHaskell
===
IHaskell is an implementation of the [IPython](http://ipython.org) kernel protocol which allows you to use Haskell inside IPython frontends such as `qtconsole` and `notebook`.
[Demo Notebook](http://gibiansky.github.io/IHaskell/demo.html)
---
The project works with the IPython shell:
![IPython Console](https://raw.github.com/gibiansky/IHaskell/master/images/ihaskell-console.png)

File diff suppressed because one or more lines are too long

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: