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
89ba1ded
Commit
89ba1ded
authored
Oct 06, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to 0.8.2, support for aeson 0.11
parent
5cb38e4f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
ihaskell-widgets.cabal
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
+2
-2
ihaskell.cabal
ihaskell.cabal
+4
-4
ipython-kernel.cabal
ipython-kernel/ipython-kernel.cabal
+2
-2
No files found.
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
View file @
89ba1ded
...
...
@@ -10,7 +10,7 @@ name: ihaskell-widgets
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.
1.0
.0
version: 0.
2.2
.0
-- A short (one-line) description of the package.
synopsis: IPython standard widgets for IHaskell.
...
...
@@ -95,7 +95,7 @@ library
-- other-extensions:
-- Other library packages from which modules are imported.
build-depends: aeson >=0.7 && < 0.1
0
build-depends: aeson >=0.7 && < 0.1
1
, base >=4.7 && <4.9
, containers >= 0.5
, ipython-kernel >= 0.6.1.2
...
...
ihaskell.cabal
View file @
89ba1ded
...
...
@@ -7,7 +7,7 @@ name: ihaskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.
7.1
.0
version: 0.
8.2
.0
-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.
...
...
@@ -55,7 +55,7 @@ library
hs-source-dirs: src
default-language: Haskell2010
build-depends:
aeson >=0.7 && < 0.1
0
,
aeson >=0.7 && < 0.1
1
,
base >=4.6 && < 4.9,
base64-bytestring >=1.0,
bytestring >=0.10,
...
...
@@ -143,7 +143,7 @@ executable ihaskell
ghc >=7.6 || < 7.11,
process >=1.1,
here ==1.2.*,
aeson >=0.7 && < 0.1
0
,
aeson >=0.7 && < 0.1
1
,
bytestring >=0.10,
containers >=0.5,
strict >=0.3,
...
...
@@ -167,7 +167,7 @@ Test-Suite hspec
default-language: Haskell2010
build-depends:
ihaskell,
aeson >=0.6 && < 0.1
0
,
aeson >=0.6 && < 0.1
1
,
base >=4.6 && < 4.9,
base64-bytestring >=1.0,
bytestring >=0.10,
...
...
ipython-kernel/ipython-kernel.cabal
View file @
89ba1ded
name: ipython-kernel
version: 0.8.
0
.0
version: 0.8.
2
.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.
...
...
@@ -35,7 +35,7 @@ library
hs-source-dirs: src
default-language: Haskell2010
build-depends: base >=4.6 && < 4.9,
aeson >=0.6 && < 0.1
0
,
aeson >=0.6 && < 0.1
1
,
bytestring >=0.10,
cereal >=0.3,
containers >=0.5,
...
...
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