mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
Merge branch 'master' of https://github.com/gibiansky/IHaskell
This commit is contained in:
commit
3acd9e4d03
@ -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.
|
||||
|
@ -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:
|
||||
|
||||

|
||||
|
File diff suppressed because one or more lines are too long
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user