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
3af35ad2
Commit
3af35ad2
authored
Mar 26, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bumps for Hackage
parent
66c78bb9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
ghc-parser.cabal
ghc-parser/ghc-parser.cabal
+1
-1
ihaskell.cabal
ihaskell.cabal
+6
-6
ipython-kernel.cabal
ipython-kernel/ipython-kernel.cabal
+1
-1
No files found.
ghc-parser/ghc-parser.cabal
View file @
3af35ad2
...
...
@@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/
name: ghc-parser
version: 0.1.
4
.0
version: 0.1.
6
.0
synopsis: Haskell source parser from GHC.
-- description:
homepage: https://github.com/gibiansky/IHaskell
...
...
ihaskell.cabal
View file @
3af35ad2
...
...
@@ -7,7 +7,7 @@ name: ihaskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.
5
.0.0
version: 0.
6
.0.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.
4
,
ghc-parser >=0.1.
6
,
ghc-paths ==0.1.*,
haskeline -any,
here ==1.2.*,
...
...
@@ -96,7 +96,7 @@ library
utf8-string -any,
uuid >=1.3,
vector -any,
ipython-kernel >=0.
4
ipython-kernel >=0.
6
if flag(binPkgDb)
build-depends: bin-package-db
...
...
@@ -142,7 +142,7 @@ executable ihaskell
MissingH >=1.2,
here ==1.2.*,
text -any,
ipython-kernel >= 0.
2
,
ipython-kernel >= 0.
6
,
unix >= 2.6
if flag(binPkgDb)
build-depends: bin-package-db
...
...
@@ -166,7 +166,7 @@ Test-Suite hspec
directory -any,
filepath -any,
ghc >=7.6 && < 7.11,
ghc-parser >=0.1.
1
,
ghc-parser >=0.1.
6
,
ghc-paths ==0.1.*,
haskeline -any,
here ==1.2.*,
...
...
@@ -196,7 +196,7 @@ Test-Suite hspec
uuid >=1.3,
vector -any,
setenv ==0.1.*,
ipython-kernel >= 0.
2
ipython-kernel >= 0.
6
if flag(binPkgDb)
build-depends: bin-package-db
...
...
ipython-kernel/ipython-kernel.cabal
View file @
3af35ad2
name: ipython-kernel
version: 0.
4
.0.0
version: 0.
6
.0.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.
...
...
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