A couple more stack files tweaks + update CI

This commit is contained in:
Tom McLaughlin 2022-09-11 20:46:23 -07:00
parent 5a6f426c24
commit d8c4a6bc13
3 changed files with 5 additions and 12 deletions

View File

@ -44,6 +44,7 @@ jobs:
- stack-yaml: 'stack-8.8.yaml' - stack-yaml: 'stack-8.8.yaml'
- stack-yaml: 'stack.yaml' - stack-yaml: 'stack.yaml'
- stack-yaml: 'stack-9.0.yaml' - stack-yaml: 'stack-9.0.yaml'
- stack-yaml: 'stack-9.2.yaml'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -1,6 +1,4 @@
# the GHC version of this resolver needs to match the GHC version in Dockerfile resolver: lts-19.23 # GHC 9.0.2
resolver: lts-19.10
#allow-newer: true
flags: {} flags: {}
packages: packages:
@ -21,19 +19,13 @@ packages:
- ./ihaskell-display/ihaskell-widgets - ./ihaskell-display/ihaskell-widgets
extra-deps: extra-deps:
- Chart-cairo-1.9.3@sha256:893d9da563b54350da20f258fe75e894f71ba5297dacc6b531407e0abc8988b4,924 - Chart-cairo-1.9.3
- diagrams-cairo-1.4.2@sha256:a9586a56c90fca258988ad0d1eec122ed62dadbfdd8a4ef022d02c1de0268cdd,3810 - diagrams-cairo-1.4.2
- cairo-0.13.8.2 - cairo-0.13.8.2
- pango-0.13.8.2 - pango-0.13.8.2
- glib-0.13.8.2 - glib-0.13.8.2
- gtk2hs-buildtools-0.13.8.3
- plot-0.2.3.11 - plot-0.2.3.11
# - static-canvas-0.2.0.3
- statestack-0.3 - statestack-0.3
- dual-tree-0.2.3.0
- monoid-extras-0.6
- svg-builder-0.1.1
- force-layout-0.4.0.6
ghc-options: ghc-options:
# Eventually we want "$locals": -Wall -Wpartial-fields -Werror # Eventually we want "$locals": -Wall -Wpartial-fields -Werror

View File

@ -25,7 +25,7 @@ ghc-options:
# ihaskell-widgets: -Wall -Wpartial-fields -Werror # ihaskell-widgets: -Wall -Wpartial-fields -Werror
nix: nix:
enable: true enable: false
packages: packages:
- blas - blas
- cairo - cairo