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 ...@@ -33,7 +33,7 @@ library
Language.Haskell.GHC.HappyParser Language.Haskell.GHC.HappyParser
-- other-modules: -- other-modules:
-- other-extensions: -- other-extensions:
build-depends: base >=4.6 && <4.10, build-depends: base >=4.6,
ghc >=7.6 && <8.1 ghc >=7.6 && <8.1
if impl(ghc >= 7.6) && impl(ghc < 7.8) if impl(ghc >= 7.6) && impl(ghc < 7.8)
......
...@@ -61,7 +61,7 @@ library ...@@ -61,7 +61,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- 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-html >= 0.6,
blaze-markup >= 0.5, blaze-markup >= 0.5,
ihaskell >= 0.5 ihaskell >= 0.5
......
...@@ -58,7 +58,7 @@ library ...@@ -58,7 +58,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.9, build-depends: base >=4.6,
bytestring, bytestring,
data-default-class, data-default-class,
directory, directory,
......
...@@ -64,7 +64,7 @@ library ...@@ -64,7 +64,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.9, build-depends: base >=4.6,
bytestring, bytestring,
directory, directory,
JuicyPixels >= 3.1.3, JuicyPixels >= 3.1.3,
......
...@@ -58,7 +58,7 @@ library ...@@ -58,7 +58,7 @@ library
OverloadedStrings OverloadedStrings
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.6 && <4.9, build-depends: base >=4.6,
plot, plot,
bytestring, bytestring,
hmatrix >= 0.10, hmatrix >= 0.10,
......
...@@ -14,15 +14,15 @@ library ...@@ -14,15 +14,15 @@ library
other-extensions: TupleSections, TemplateHaskell other-extensions: TupleSections, TemplateHaskell
build-depends: base <5, build-depends: base <5,
Rlang-QQ >= 0.3, Rlang-QQ >= 0.3,
directory >=1.2 && <1.3, directory >=1.2,
filepath >=1.3 && <1.5, filepath >=1.3,
bytestring >=0.10 && <0.11, bytestring >=0.10,
base64-bytestring >=1.0 && <1.1, base64-bytestring >=1.0,
ihaskell >= 0.6.2, ihaskell >= 0.6.2,
ihaskell-blaze >=0.3 && <0.4, ihaskell-blaze >=0.3,
blaze-html >=0.6 && <0.9, blaze-html >=0.6,
split >=0.2 && <0.3, split >=0.2,
stm -any, stm -any,
xformat >=0.1 && <0.2, xformat >=0.1,
template-haskell >= 2.8 template-haskell >= 2.8
default-language: Haskell2010 default-language: Haskell2010
...@@ -60,10 +60,10 @@ library ...@@ -60,10 +60,10 @@ library
-- other-extensions: -- other-extensions:
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.7 && <4.9, build-depends: base >=4.7,
ihaskell >= 0.5, ihaskell,
static-canvas >= 0.2, static-canvas,
text >= 1.2 text
-- Directories containing source files. -- Directories containing source files.
hs-source-dirs: src hs-source-dirs: src
......
...@@ -57,8 +57,6 @@ library ...@@ -57,8 +57,6 @@ library
-- Modules included in this library but not exported. -- Modules included in this library but not exported.
other-modules: IHaskell.Display.Widgets.Button other-modules: IHaskell.Display.Widgets.Button
IHaskell.Display.Widgets.Box.Box IHaskell.Display.Widgets.Box.Box
IHaskell.Display.Widgets.Box.Proxy
IHaskell.Display.Widgets.Box.PlaceProxy
IHaskell.Display.Widgets.Box.FlexBox IHaskell.Display.Widgets.Box.FlexBox
IHaskell.Display.Widgets.Box.SelectionContainer.Accordion IHaskell.Display.Widgets.Box.SelectionContainer.Accordion
IHaskell.Display.Widgets.Box.SelectionContainer.Tab IHaskell.Display.Widgets.Box.SelectionContainer.Tab
...@@ -83,7 +81,7 @@ library ...@@ -83,7 +81,7 @@ library
IHaskell.Display.Widgets.Selection.ToggleButtons IHaskell.Display.Widgets.Selection.ToggleButtons
IHaskell.Display.Widgets.Selection.SelectMultiple IHaskell.Display.Widgets.Selection.SelectMultiple
IHaskell.Display.Widgets.String.HTML IHaskell.Display.Widgets.String.HTML
IHaskell.Display.Widgets.String.Latex IHaskell.Display.Widgets.String.Label
IHaskell.Display.Widgets.String.Text IHaskell.Display.Widgets.String.Text
IHaskell.Display.Widgets.String.TextArea IHaskell.Display.Widgets.String.TextArea
...@@ -96,8 +94,8 @@ library ...@@ -96,8 +94,8 @@ library
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
-- singletons 2.* require ghc 7.10.2 -- singletons 2.* require ghc 7.10.2
build-depends: aeson >=0.7 && < 0.12 build-depends: aeson >=0.7
, base >=4.7 && <4.9 , base >=4.7
, containers >= 0.5 , containers >= 0.5
, ipython-kernel >= 0.6.1.2 , ipython-kernel >= 0.6.1.2
, text >= 0.11 , text >= 0.11
......
...@@ -54,8 +54,8 @@ library ...@@ -54,8 +54,8 @@ library
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
build-depends: build-depends:
aeson >=0.7 && < 0.12, aeson >=0.7,
base >=4.6 && < 4.10, base >=4.6,
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
...@@ -63,14 +63,14 @@ library ...@@ -63,14 +63,14 @@ library
containers >=0.5, containers >=0.5,
directory -any, directory -any,
filepath -any, filepath -any,
ghc >=7.6 || < 7.11, ghc >=7.6,
ghc-parser >=0.1.7, ghc-parser >=0.1.7,
ghc-paths ==0.1.*, ghc-paths >=0.1,
haskeline -any, haskeline -any,
hlint >=1.9 && <2.0, hlint >=1.9,
haskell-src-exts >=1.16 && < 1.18, haskell-src-exts >=1.16,
http-client == 0.4.*, http-client >= 0.4,
http-client-tls == 0.2.*, http-client-tls >= 0.2,
mtl >=2.1, mtl >=2.1,
parsec -any, parsec -any,
process >=1.1, process >=1.1,
...@@ -145,7 +145,7 @@ executable ihaskell ...@@ -145,7 +145,7 @@ executable ihaskell
transformers -any, transformers -any,
ghc >=7.6 || < 7.11, ghc >=7.6 || < 7.11,
process >=1.1, process >=1.1,
aeson >=0.7 && < 0.12, aeson >=0.7,
bytestring >=0.10, bytestring >=0.10,
containers >=0.5, containers >=0.5,
strict >=0.3, strict >=0.3,
......
...@@ -34,34 +34,34 @@ library ...@@ -34,34 +34,34 @@ library
other-extensions: OverloadedStrings other-extensions: OverloadedStrings
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >=4.6 && < 4.10, build-depends: base ,
aeson >=0.6 && < 0.12, aeson ,
bytestring >=0.10, bytestring ,
cereal >=0.3, cereal ,
containers >=0.5, containers ,
directory >=1.1, directory ,
temporary >=1.2, temporary ,
filepath >=1.2, filepath ,
process >=1.1, process ,
mtl >=2.1, mtl ,
text >=0.11, text ,
transformers >=0.3, transformers ,
unordered-containers >= 0.2.5, unordered-containers,
uuid >=1.3, uuid ,
zeromq4-haskell >=0.1, zeromq4-haskell ,
SHA >=1.6 SHA
-- Example program -- Example program
executable simple-calc-example executable simple-calc-example
hs-source-dirs: examples hs-source-dirs: examples
main-is: Calc.hs main-is: Calc.hs
build-depends: ipython-kernel, build-depends: ipython-kernel,
base >=4.6 && <4.10, base ,
filepath >=1.2, filepath ,
mtl >=2.1, mtl ,
parsec >=3.1, parsec ,
text >=0.11, text ,
transformers >=0.3 transformers
if !flag(examples) if !flag(examples)
buildable: False buildable: False
...@@ -70,12 +70,12 @@ executable fun-calc-example ...@@ -70,12 +70,12 @@ executable fun-calc-example
hs-source-dirs: examples hs-source-dirs: examples
main-is: Simple.hs main-is: Simple.hs
build-depends: ipython-kernel, build-depends: ipython-kernel,
base >=4.6 && <4.10, base ,
filepath >=1.2, filepath ,
mtl >=2.1, mtl ,
parsec >=3.1, parsec ,
text >=0.11, text ,
transformers >=0.3 transformers
if !flag(examples) if !flag(examples)
buildable: False buildable: False
flags: {} flags: {}
packages: packages:
- '.' - .
- './ipython-kernel' - ./ipython-kernel
- './ghc-parser' - ./ghc-parser
resolver: lts-6.2 - ./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: 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