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
11d04731
Commit
11d04731
authored
Nov 22, 2014
by
Ben Gamari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Various upper bound bumps
parent
e553d072
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
ihaskell-parsec.cabal
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
+1
-1
ihaskell-widgets.cabal
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
+1
-1
ihaskell.cabal
ihaskell.cabal
+4
-4
No files found.
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
View file @
11d04731
...
...
@@ -58,7 +58,7 @@ library
-- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*,
aeson
==0.7.*
,
aeson
>=0.7 && <0.9
,
unordered-containers,
classy-prelude,
random >= 1,
...
...
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
View file @
11d04731
...
...
@@ -59,7 +59,7 @@ library
-- Other library packages from which modules are imported.
build-depends: base ==4.6.* || ==4.7.*,
aeson
==0.7.*
,
aeson
>=0.7 && <0.9
,
classy-prelude,
here,
ihaskell >= 0.4
...
...
ihaskell.cabal
View file @
11d04731
...
...
@@ -57,7 +57,7 @@ library
base64-bytestring >=1.0,
bytestring >=0.10,
cereal >=0.3,
classy-prelude >=0.9.5 && <0.1
0
,
classy-prelude >=0.9.5 && <0.1
1
,
mono-traversable >=0.6 && < 0.7,
cmdargs >=0.10,
containers >=0.5,
...
...
@@ -69,7 +69,7 @@ library
haskeline -any,
here ==1.2.*,
hlint >=1.9 && <2.0,
haskell-src-exts ==1.1
5
.*,
haskell-src-exts ==1.1
6
.*,
hspec -any,
HTTP == 4000.2.*,
HUnit -any,
...
...
@@ -136,7 +136,7 @@ executable IHaskell
aeson >=0.6 && < 0.9,
bytestring >=0.10,
cereal >=0.3,
classy-prelude >=0.9.2 && <0.1
0
,
classy-prelude >=0.9.2 && <0.1
1
,
mono-traversable >=0.6 && < 0.7,
containers >=0.5,
directory -any,
...
...
@@ -158,7 +158,7 @@ Test-Suite hspec
base64-bytestring >=1.0,
bytestring >=0.10,
cereal >=0.3,
classy-prelude >=0.9.2 && <0.1
0
,
classy-prelude >=0.9.2 && <0.1
1
,
mono-traversable >=0.6 && < 0.7,
cmdargs >=0.10,
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