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
86ed34ab
Commit
86ed34ab
authored
Feb 06, 2015
by
Ben Gamari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ihaskell-display: Bump base bounds for GHC 7.10
parent
a8f21531
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
ihaskell-aeson.cabal
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
+1
-1
ihaskell-basic.cabal
ihaskell-display/ihaskell-basic/ihaskell-basic.cabal
+1
-1
ihaskell-blaze.cabal
ihaskell-display/ihaskell-blaze/ihaskell-blaze.cabal
+1
-1
ihaskell-charts.cabal
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
+1
-1
ihaskell-diagrams.cabal
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
+1
-1
ihaskell-hatex.cabal
ihaskell-display/ihaskell-hatex/ihaskell-hatex.cabal
+1
-1
ihaskell-juicypixels.cabal
...l-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
+1
-1
ihaskell-magic.cabal
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
+1
-1
ihaskell-parsec.cabal
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
+1
-1
ihaskell-widgets.cabal
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
+1
-1
No files found.
ihaskell-display/ihaskell-aeson/ihaskell-aeson.cabal
View file @
86ed34ab
...
...
@@ -57,7 +57,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base
==4.6.* || ==4.7.*
,
build-depends: base
>=4.6 && <4.9
,
here,
classy-prelude >=0.7,
aeson >= 0.7,
...
...
ihaskell-display/ihaskell-basic/ihaskell-basic.cabal
View file @
86ed34ab
...
...
@@ -61,7 +61,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base
==4.6.* || ==4.7.*
,
build-depends: base
>=4.6 && <4.9
,
classy-prelude >=0.6,
ihaskell >= 0.5
...
...
ihaskell-display/ihaskell-blaze/ihaskell-blaze.cabal
View file @
86ed34ab
...
...
@@ -61,7 +61,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base
==4.6.* || ==4.7.*
,
build-depends: base
>=4.6 && <4.9
,
classy-prelude >=0.6,
blaze-html >= 0.6,
blaze-markup >= 0.5,
...
...
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
View file @
86ed34ab
...
...
@@ -58,7 +58,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base
==4.6.* || ==4.7.*
,
build-depends: base
>=4.6 && <4.9
,
classy-prelude >=0.6,
bytestring,
data-default-class,
...
...
ihaskell-display/ihaskell-diagrams/ihaskell-diagrams.cabal
View file @
86ed34ab
...
...
@@ -58,7 +58,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base
==4.6.* || ==4.7.*
,
build-depends: base
>=4.6 && <4.9
,
classy-prelude >=0.6,
bytestring,
directory,
...
...
ihaskell-display/ihaskell-hatex/ihaskell-hatex.cabal
View file @
86ed34ab
...
...
@@ -14,7 +14,7 @@ cabal-version: >=1.16
library
exposed-modules: IHaskell.Display.Hatex
build-depends: base
==4.6.* || ==4.7.*
,
build-depends: base
>=4.6 && <4.9
,
text,
HaTeX >= 3.9,
ihaskell >= 0.5
...
...
ihaskell-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
View file @
86ed34ab
...
...
@@ -62,7 +62,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base
==4.6.* || ==4.7.*
,
build-depends: base
>=4.6 && <4.9
,
classy-prelude >=0.6,
bytestring,
directory,
...
...
ihaskell-display/ihaskell-magic/ihaskell-magic.cabal
View file @
86ed34ab
...
...
@@ -61,7 +61,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base
==4.6.* || ==4.7.*
,
build-depends: base
>=4.6 && <4.9
,
classy-prelude >=0.6,
magic >= 1.0.8,
text,
...
...
ihaskell-display/ihaskell-parsec/ihaskell-parsec.cabal
View file @
86ed34ab
...
...
@@ -58,7 +58,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base
==4.6.* || ==4.7.*
,
build-depends: base
>=4.6 && <4.9
,
aeson >=0.7 && <0.9,
unordered-containers,
classy-prelude,
...
...
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
View file @
86ed34ab
...
...
@@ -58,7 +58,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base
==4.6.* || ==4.7.*
,
build-depends: base
>=4.6 && <4.9
,
aeson >=0.7 && <0.9,
classy-prelude,
here,
...
...
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