.github/workflows/ci.yml: update (#1415)

* .github/workflows/ci.yml: update

* Avoid problematic cairo dependency

* extra-deps

* more extra deps

* negate conditional

* Resume running integration test on 8.2 and 8.4
This commit is contained in:
Vaibhav Sagar 2023-08-07 20:36:29 +10:00 committed by GitHub
parent d4b571ba47
commit 5786426ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 14 deletions

View File

@ -32,7 +32,7 @@ on:
jobs:
linux:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
@ -96,7 +96,7 @@ jobs:
# above pass, it's unlikely that we'll introduce a bug that we will
# only catch through the integration test on this version and not other
# versions.
if: ${{ matrix.versions.stack-yaml != 'stack-8.0.yaml' }}
if: ${{ !contains(fromJSON('["stack-8.0.yaml"]'), matrix.versions.stack-yaml) }}
run: |
set -e
stack build --no-terminal

View File

@ -7,13 +7,13 @@ packages:
- ./ghc-parser
- ./ihaskell-display/ihaskell-aeson
- ./ihaskell-display/ihaskell-blaze
- ./ihaskell-display/ihaskell-charts
- ./ihaskell-display/ihaskell-diagrams
# - ./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-plot
- ./ihaskell-display/ihaskell-static-canvas
- ./ihaskell-display/ihaskell-widgets

View File

@ -27,19 +27,25 @@ ghc-options:
allow-newer: true
extra-deps:
- static-canvas-0.2.0.3
- Chart-cairo-1.9.1
- cairo-0.13.6.0
- cubicbezier-0.6.0.5
- diagrams-1.4
- diagrams-cairo-1.4
- diagrams-lib-1.4.2
- magic-1.1
- diagrams-cairo-1.4.1
- diagrams-contrib-1.4.2.1
- diagrams-core-1.4.0.1
- diagrams-lib-1.4.2
- diagrams-solve-0.1.1
- diagrams-svg-1.4.1.1
- dual-tree-0.2.1
- cubicbezier-0.6.0.5
- mfsolve-0.3.2.0
- fast-math-1.0.2
- glib-0.13.7.1
- gtk2hs-buildtools-0.13.5.4
- magic-1.1
- mfsolve-0.3.2.0
- pango-0.13.6.1
- plot-0.2.3.9
- static-canvas-0.2.0.3
nix:
enable: false

View File

@ -18,10 +18,15 @@ packages:
- ./ihaskell-display/ihaskell-widgets
extra-deps:
- magic-1.1
- Chart-1.9
- Chart-cairo-1.9
- 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