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
36467e8e
Commit
36467e8e
authored
Mar 06, 2017
by
Andrei Barbu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
relax overly-tight package bounds; stack file update
parent
e97b7019
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
79 additions
and
64 deletions
+79
-64
ghc-parser.cabal
ghc-parser/ghc-parser.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-juicypixels.cabal
...l-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
+1
-1
ihaskell-plot.cabal
ihaskell-display/ihaskell-plot/ihaskell-plot.cabal
+1
-1
ihaskell-rlangqq.cabal
ihaskell-display/ihaskell-rlangqq/ihaskell-rlangqq.cabal
+8
-8
ihaskell-static-canvas.cabal
...splay/ihaskell-static-canvas/ihaskell-static-canvas.cabal
+4
-4
ihaskell-widgets.cabal
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
+3
-5
ihaskell.cabal
ihaskell.cabal
+9
-9
ipython-kernel.cabal
ipython-kernel/ipython-kernel.cabal
+28
-28
stack.yaml
stack.yaml
+22
-5
No files found.
ghc-parser/ghc-parser.cabal
View file @
36467e8e
...
...
@@ -33,7 +33,7 @@ library
Language.Haskell.GHC.HappyParser
-- other-modules:
-- other-extensions:
build-depends: base >=4.6
&& <4.10
,
build-depends: base >=4.6,
ghc >=7.6 && <8.1
if impl(ghc >= 7.6) && impl(ghc < 7.8)
...
...
ihaskell-display/ihaskell-blaze/ihaskell-blaze.cabal
View file @
36467e8e
...
...
@@ -61,7 +61,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6
&& <4.9
,
build-depends: base >=4.6,
blaze-html >= 0.6,
blaze-markup >= 0.5,
ihaskell >= 0.5
...
...
ihaskell-display/ihaskell-charts/ihaskell-charts.cabal
View file @
36467e8e
...
...
@@ -58,7 +58,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6
&& <4.9
,
build-depends: base >=4.6,
bytestring,
data-default-class,
directory,
...
...
ihaskell-display/ihaskell-juicypixels/ihaskell-juicypixels.cabal
View file @
36467e8e
...
...
@@ -64,7 +64,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6
&& <4.9
,
build-depends: base >=4.6,
bytestring,
directory,
JuicyPixels >= 3.1.3,
...
...
ihaskell-display/ihaskell-plot/ihaskell-plot.cabal
View file @
36467e8e
...
...
@@ -58,7 +58,7 @@ library
OverloadedStrings
-- Other library packages from which modules are imported.
build-depends: base >=4.6
&& <4.9
,
build-depends: base >=4.6,
plot,
bytestring,
hmatrix >= 0.10,
...
...
ihaskell-display/ihaskell-rlangqq/ihaskell-rlangqq.cabal
View file @
36467e8e
...
...
@@ -14,15 +14,15 @@ library
other-extensions: TupleSections, TemplateHaskell
build-depends: base <5,
Rlang-QQ >= 0.3,
directory >=1.2
&& <1.3
,
filepath >=1.3
&& <1.5
,
bytestring >=0.10
&& <0.11
,
base64-bytestring >=1.0
&& <1.1
,
directory >=1.2,
filepath >=1.3,
bytestring >=0.10,
base64-bytestring >=1.0,
ihaskell >= 0.6.2,
ihaskell-blaze >=0.3
&& <0.4
,
blaze-html >=0.6
&& <0.9
,
split >=0.2
&& <0.3
,
ihaskell-blaze >=0.3,
blaze-html >=0.6,
split >=0.2,
stm -any,
xformat >=0.1
&& <0.2
,
xformat >=0.1,
template-haskell >= 2.8
default-language: Haskell2010
ihaskell-display/ihaskell-static-canvas/ihaskell-static-canvas.cabal
View file @
36467e8e
...
...
@@ -60,10 +60,10 @@ library
-- other-extensions:
-- Other library packages from which modules are imported.
build-depends: base >=4.7
&& <4.9
,
ihaskell
>= 0.5
,
static-canvas
>= 0.2
,
text
>= 1.2
build-depends: base >=4.7,
ihaskell,
static-canvas,
text
-- Directories containing source files.
hs-source-dirs: src
...
...
ihaskell-display/ihaskell-widgets/ihaskell-widgets.cabal
View file @
36467e8e
...
...
@@ -57,8 +57,6 @@ library
-- Modules included in this library but not exported.
other-modules: IHaskell.Display.Widgets.Button
IHaskell.Display.Widgets.Box.Box
IHaskell.Display.Widgets.Box.Proxy
IHaskell.Display.Widgets.Box.PlaceProxy
IHaskell.Display.Widgets.Box.FlexBox
IHaskell.Display.Widgets.Box.SelectionContainer.Accordion
IHaskell.Display.Widgets.Box.SelectionContainer.Tab
...
...
@@ -83,7 +81,7 @@ library
IHaskell.Display.Widgets.Selection.ToggleButtons
IHaskell.Display.Widgets.Selection.SelectMultiple
IHaskell.Display.Widgets.String.HTML
IHaskell.Display.Widgets.String.La
tex
IHaskell.Display.Widgets.String.La
bel
IHaskell.Display.Widgets.String.Text
IHaskell.Display.Widgets.String.TextArea
...
...
@@ -96,8 +94,8 @@ library
-- Other library packages from which modules are imported.
-- singletons 2.* require ghc 7.10.2
build-depends: aeson >=0.7
&& < 0.12
, base >=4.7
&& <4.9
build-depends: aeson >=0.7
, base >=4.7
, containers >= 0.5
, ipython-kernel >= 0.6.1.2
, text >= 0.11
...
...
ihaskell.cabal
View file @
36467e8e
...
...
@@ -54,8 +54,8 @@ library
hs-source-dirs: src
default-language: Haskell2010
build-depends:
aeson >=0.7
&& < 0.12
,
base >=4.6
&& < 4.10
,
aeson >=0.7,
base >=4.6,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal >=0.3,
...
...
@@ -63,14 +63,14 @@ library
containers >=0.5,
directory -any,
filepath -any,
ghc >=7.6
|| < 7.11
,
ghc >=7.6,
ghc-parser >=0.1.7,
ghc-paths
==0.1.*
,
ghc-paths
>=0.1
,
haskeline -any,
hlint >=1.9
&& <2.0
,
haskell-src-exts >=1.16
&& < 1.18
,
http-client
== 0.4.*
,
http-client-tls
== 0.2.*
,
hlint >=1.9,
haskell-src-exts >=1.16,
http-client
>= 0.4
,
http-client-tls
>= 0.2
,
mtl >=2.1,
parsec -any,
process >=1.1,
...
...
@@ -145,7 +145,7 @@ executable ihaskell
transformers -any,
ghc >=7.6 || < 7.11,
process >=1.1,
aeson >=0.7
&& < 0.12
,
aeson >=0.7,
bytestring >=0.10,
containers >=0.5,
strict >=0.3,
...
...
ipython-kernel/ipython-kernel.cabal
View file @
36467e8e
...
...
@@ -34,34 +34,34 @@ library
other-extensions: OverloadedStrings
hs-source-dirs: src
default-language: Haskell2010
build-depends: base
>=4.6 && < 4.10
,
aeson
>=0.6 && < 0.12
,
bytestring
>=0.10
,
cereal
>=0.3
,
containers
>=0.5
,
directory
>=1.1
,
temporary
>=1.2
,
filepath
>=1.2
,
process
>=1.1
,
mtl
>=2.1
,
text
>=0.11
,
transformers
>=0.3
,
unordered-containers
>= 0.2.5
,
uuid
>=1.3
,
zeromq4-haskell
>=0.1
,
SHA
>=1.6
build-depends: base ,
aeson ,
bytestring ,
cereal ,
containers ,
directory ,
temporary ,
filepath ,
process ,
mtl ,
text ,
transformers ,
unordered-containers,
uuid ,
zeromq4-haskell ,
SHA
-- Example program
executable simple-calc-example
hs-source-dirs: examples
main-is: Calc.hs
build-depends: ipython-kernel,
base
>=4.6 && <4.10
,
filepath
>=1.2
,
mtl
>=2.1
,
parsec
>=3.1
,
text
>=0.11
,
transformers
>=0.3
base ,
filepath ,
mtl ,
parsec ,
text ,
transformers
if !flag(examples)
buildable: False
...
...
@@ -70,12 +70,12 @@ executable fun-calc-example
hs-source-dirs: examples
main-is: Simple.hs
build-depends: ipython-kernel,
base
>=4.6 && <4.10
,
filepath
>=1.2
,
mtl
>=2.1
,
parsec
>=3.1
,
text
>=0.11
,
transformers
>=0.3
base ,
filepath ,
mtl ,
parsec ,
text ,
transformers
if !flag(examples)
buildable: False
stack.yaml
View file @
36467e8e
flags
:
{}
packages
:
-
'
.'
-
'
./ipython-kernel'
-
'
./ghc-parser'
resolver
:
lts-6.2
-
.
-
./ipython-kernel
-
./ghc-parser
-
./ihaskell-display/ihaskell-aeson
-
./ihaskell-display/ihaskell-blaze
-
./ihaskell-display/ihaskell-charts
-
./ihaskell-display/ihaskell-diagrams
-
./ihaskell-display/ihaskell-gnuplot
-
./ihaskell-display/ihaskell-hatex
-
./ihaskell-display/ihaskell-juicypixels
-
./ihaskell-display/ihaskell-magic
-
./ihaskell-display/ihaskell-plot
-
./ihaskell-display/ihaskell-static-canvas
-
./ihaskell-display/ihaskell-widgets
resolver
:
lts-8.3
extra-deps
:
-
system-argv0-0.1.1
# Necessary for LTS 2.22 (GHC 7.8)
-
shelly-1.6.8.3
-
data-accessor-transformers-0.2.1.7
-
gnuplot-0.5.4.1
# - system-argv0-0.1.1 # Necessary for LTS 2.22 (GHC 7.8)
flags
:
ihaskell
:
binpkgdb
:
false
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