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
fdd6f513
Commit
fdd6f513
authored
May 22, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating versions and pushing to hackage
parent
accbec47
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
ghc-parser.cabal
ghc-parser/ghc-parser.cabal
+1
-1
ihaskell-charts.cabal
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
+2
-2
ihaskell-diagrams.cabal
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
+2
-2
ihaskell-juicypixels.cabal
...l-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
+2
-2
ihaskell-plot.cabal
ihaskell-display/ihaskell-plot/ihaskell-plot.cabal
+2
-2
ihaskell-rlangqq.cabal
ihaskell-display/ihaskell-rlangqq/ihaskell-rlangqq.cabal
+2
-2
ihaskell.cabal
ihaskell.cabal
+3
-3
No files found.
ghc-parser/ghc-parser.cabal
View file @
fdd6f513
...
...
@@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: ghc-parser
version: 0.1.
6
.0
version: 0.1.
7
.0
synopsis: Haskell source parser from GHC.
-- description:
homepage: https://github.com/gibiansky/IHaskell
...
...
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
View file @
fdd6f513
...
...
@@ -7,7 +7,7 @@ name: ihaskell-charts
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.
0
.0
version: 0.2.
1
.0
-- A short (one-line) description of the package.
synopsis: IHaskell display instances for charts types
...
...
@@ -65,7 +65,7 @@ library
directory,
Chart,
Chart-cairo >=1.2,
ihaskell >= 0.
5
ihaskell >= 0.
6.2
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
View file @
fdd6f513
...
...
@@ -7,7 +7,7 @@ name: ihaskell-diagrams
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.
1
.0
version: 0.2.
2
.0
-- A short (one-line) description of the package.
synopsis: IHaskell display instances for diagram types
...
...
@@ -66,7 +66,7 @@ library
diagrams >= 1.3,
diagrams-lib,
diagrams-cairo,
ihaskell >= 0.
5
,
ihaskell >= 0.
6.2
,
-- The active package, used to represent animations
active >= 0.2
...
...
ihaskell-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
View file @
fdd6f513
...
...
@@ -7,7 +7,7 @@ name: ihaskell-juicypixels
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.
0
.0
version: 0.2.
2
.0
-- A short (one-line) description of the package.
synopsis: IHaskell - IHaskellDisplay instances of the image types of the JuicyPixels package.
...
...
@@ -67,7 +67,7 @@ library
bytestring,
directory,
JuicyPixels >= 3.1.3,
ihaskell >= 0.
5
ihaskell >= 0.
6.2
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-plot/ihaskell-plot.cabal
View file @
fdd6f513
...
...
@@ -7,7 +7,7 @@ name: ihaskell-plot
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.
1
.0.0
version: 0.
2
.0.0
-- A short (one-line) description of the package.
synopsis: IHaskell display instance for Plot (from plot package)
...
...
@@ -62,7 +62,7 @@ library
classy-prelude >= 0.10.5,
plot,
bytestring,
ihaskell >= 0.
5
ihaskell >= 0.
6.2
-- Directories containing source files.
-- hs-source-dirs:
...
...
ihaskell-display/ihaskell-rlangqq/ihaskell-rlangqq.cabal
View file @
fdd6f513
name: ihaskell-rlangqq
version: 0.2.
1.1
version: 0.2.
2.0
synopsis: a rDisp quasiquote to show plots from Rlang-QQ in IHaskell
license: BSD3
license-file: LICENSE
...
...
@@ -18,7 +18,7 @@ library
filepath >=1.3 && <1.5,
bytestring >=0.10 && <0.11,
base64-bytestring >=1.0 && <1.1,
ihaskell >= 0.6.
1
,
ihaskell >= 0.6.
2
,
ihaskell-blaze >=0.2 && <0.3,
blaze-html >=0.6 && <0.9,
split >=0.2 && <0.3,
...
...
ihaskell.cabal
View file @
fdd6f513
...
...
@@ -7,7 +7,7 @@ name: ihaskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.6.
2
.0
version: 0.6.
3
.0
-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.
...
...
@@ -67,7 +67,7 @@ library
directory -any,
filepath -any,
ghc >=7.6 || < 7.11,
ghc-parser >=0.1.
6
,
ghc-parser >=0.1.
7
,
ghc-paths ==0.1.*,
haskeline -any,
here ==1.2.*,
...
...
@@ -168,7 +168,7 @@ Test-Suite hspec
directory -any,
filepath -any,
ghc >=7.6 && < 7.11,
ghc-parser >=0.1.
6
,
ghc-parser >=0.1.
7
,
ghc-paths ==0.1.*,
haskeline -any,
here ==1.2.*,
...
...
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