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
26f0b0ee
Commit
26f0b0ee
authored
Mar 09, 2014
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gibiansky/IHaskell
parents
a6c7ec24
731dd700
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ihaskell.cabal
ihaskell.cabal
+3
-3
ipython-kernel.cabal
ipython-kernel/ipython-kernel.cabal
+1
-1
No files found.
ihaskell.cabal
View file @
26f0b0ee
...
...
@@ -57,7 +57,7 @@ library
aeson >=0.7,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal
==0.3.*
,
cereal
>=0.3
,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5,
...
...
@@ -137,7 +137,7 @@ executable IHaskell
aeson >=0.7,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal
==0.3.*
,
cereal
>=0.3
,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5,
...
...
@@ -180,7 +180,7 @@ Test-Suite hspec
aeson >=0.7,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal
==0.3.*
,
cereal
>=0.3
,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5,
...
...
ipython-kernel/ipython-kernel.cabal
View file @
26f0b0ee
...
...
@@ -29,7 +29,7 @@ library
build-depends: base >=4.6 && <4.7,
aeson >=0.7,
bytestring >=0.10,
cereal
==0.3.*
,
cereal
>=0.3
,
containers >=0.5,
text >=0.11,
unix >=2.6,
...
...
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