Commit 36467e8e authored by Andrei Barbu's avatar Andrei Barbu

relax overly-tight package bounds; stack file update

parent e97b7019
......@@ -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)
......
......@@ -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
......
......@@ -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,
......
......@@ -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,
......
......@@ -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,
......
......@@ -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
......@@ -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
......
......@@ -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.Latex
IHaskell.Display.Widgets.String.Label
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
......
......@@ -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,
......
......@@ -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
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment