IHaskell/stack/stack-8.4.yaml
Vaibhav Sagar 8dca2f4576
Reinstate tests for GHC <= 8.6 (#1437)
* Reinstate tests for GHC <= 8.6

* update paths

* .github/workflows/stack.yml: use older Ubuntu

* .github/workflows/stack.yml: disable integration test on 8.2
2023-12-20 14:09:11 +11:00

49 lines
1.0 KiB
YAML

resolver: lts-12.26
packages:
- ..
- ../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
extra-deps:
- plot-0.2.3.9
- Chart-cairo-1.9.1
- Chart-1.9.4
- diagrams-cairo-1.4.1
- cairo-0.13.6.0
- pango-0.13.6.1
- glib-0.13.7.1
- gtk2hs-buildtools-0.13.5.4
- magic-1.1
ghc-options:
# Eventually we want "$locals": -Wall -Wpartial-fields -Werror
ghc-parser: -Wall -Wpartial-fields -Werror
ihaskell: -Wall -Wpartial-fields -Werror
ihaskell-widgets: -Wall -Wpartial-fields -Werror
nix:
packages:
- blas
- cairo
- file
- gcc
- gfortran.cc.lib
- liblapack
- ncurses
- pango
- pkg-config
- zeromq
- zlib