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
22b4ea1e
Commit
22b4ea1e
authored
Sep 01, 2017
by
Vaibhav Sagar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ihaskell-display/*: bump base version bounds
parent
b9423774
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
ihaskell-aeson.cabal
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
+1
-1
ihaskell-diagrams.cabal
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
+1
-1
ihaskell-gnuplot.cabal
ihaskell-display/ihaskell-gnuplot/ihaskell-gnuplot.cabal
+1
-1
ihaskell-hatex.cabal
ihaskell-display/ihaskell-hatex/ihaskell-hatex.cabal
+1
-1
ihaskell-magic.cabal
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
+1
-1
No files found.
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
View file @
22b4ea1e
...
...
@@ -53,7 +53,7 @@ library
-- other-modules:
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.1
0
,
build-depends: base >=4.6 && <4.1
1
,
here,
text,
bytestring,
...
...
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
View file @
22b4ea1e
...
...
@@ -54,7 +54,7 @@ library
other-modules: IHaskell.Display.Diagrams.Animation
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.1
0
,
build-depends: base >=4.6 && <4.1
1
,
text,
bytestring,
directory,
...
...
ihaskell-display/ihaskell-gnuplot/ihaskell-gnuplot.cabal
View file @
22b4ea1e
...
...
@@ -54,7 +54,7 @@ library
-- other-modules:
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.1
0
,
build-depends: base >=4.6 && <4.1
1
,
bytestring,
gnuplot >= 0.5.4,
ihaskell >= 0.6.2
...
...
ihaskell-display/ihaskell-hatex/ihaskell-hatex.cabal
View file @
22b4ea1e
...
...
@@ -14,7 +14,7 @@ cabal-version: >=1.16
library
exposed-modules: IHaskell.Display.Hatex
build-depends: base >=4.6 && <4.1
0
,
build-depends: base >=4.6 && <4.1
1
,
text,
HaTeX >= 3.9,
ihaskell >= 0.5
...
...
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
View file @
22b4ea1e
...
...
@@ -57,7 +57,7 @@ library
-- other-modules:
-- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.1
0
,
build-depends: base >=4.6 && <4.1
1
,
magic >= 1.0.8,
text,
bytestring,
...
...
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