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
716d8a6b
Commit
716d8a6b
authored
Aug 26, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bound on ipython-kernel
parent
62b6c556
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ihaskell.cabal
ihaskell.cabal
+4
-4
No files found.
ihaskell.cabal
View file @
716d8a6b
...
...
@@ -7,7 +7,7 @@ name: ihaskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.7.0.
1
version: 0.7.0.
2
-- A short (one-line) description of the package.
synopsis: A Haskell backend kernel for the IPython project.
...
...
@@ -89,7 +89,7 @@ library
utf8-string -any,
uuid >=1.3,
vector -any,
ipython-kernel >=0.
6.1
ipython-kernel >=0.
7
if flag(binPkgDb)
build-depends: bin-package-db
...
...
@@ -149,7 +149,7 @@ executable ihaskell
strict >=0.3,
unix >= 2.6,
directory -any,
ipython-kernel >=0.
6.1
ipython-kernel >=0.
7
if flag(binPkgDb)
build-depends: bin-package-db
...
...
@@ -204,7 +204,7 @@ Test-Suite hspec
uuid >=1.3,
vector -any,
setenv ==0.1.*,
ipython-kernel >= 0.
6.1
ipython-kernel >= 0.
7
if flag(binPkgDb)
build-depends: bin-package-db
...
...
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