Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
5e432594
Commit
5e432594
authored
Jan 10, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version bumps, minor fixes to demo
parent
3b6d4556
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
57 additions
and
56 deletions
+57
-56
IHaskell.cabal
IHaskell.cabal
+2
-2
IHaskell.ipynb
demo/IHaskell.ipynb
+39
-38
ihaskell-aeson.cabal
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
+3
-3
ihaskell-display.cabal
ihaskell-display/ihaskell-basic/ihaskell-display.cabal
+2
-2
ihaskell-blaze.cabal
ihaskell-display/ihaskell-blaze/ihaskell-blaze.cabal
+3
-3
ihaskell-charts.cabal
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
+3
-3
ihaskell-diagrams.cabal
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
+3
-3
ihaskell-magic.cabal
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
+2
-2
No files found.
IHaskell.cabal
View file @
5e432594
...
...
@@ -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
...
...
demo/IHaskell.ipynb
View file @
5e432594
This diff is collapsed.
Click to expand it.
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
View file @
5e432594
...
...
@@ -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:
...
...
ihaskell-display/ihaskell-basic/ihaskell-display.cabal
View file @
5e432594
...
...
@@ -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:
...
...
ihaskell-display/ihaskell-blaze/ihaskell-blaze.cabal
View file @
5e432594
...
...
@@ -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:
...
...
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
View file @
5e432594
...
...
@@ -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:
...
...
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
View file @
5e432594
...
...
@@ -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:
...
...
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
View file @
5e432594
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment