Skip to content

Commit

Permalink
Build with ghc-9.0.1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez authored and mgsloan committed Aug 16, 2021
1 parent d69b056 commit 24e8d83
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ matrix:
- env: BUILD=stack ARGS="--stack-yaml stack-8.2.yaml"
compiler: "stack + GHC-8.2"

- env: BUILD=stack ARGS="--stack-yaml stack.yaml"
- env: BUILD=stack ARGS="--stack-yaml stack-8.8.yaml"
compiler: "stack + GHC-8.8"

- env: BUILD=stack ARGS="--stack-yaml stack.yaml"
compiler: "stack + GHC-9.0"

before_install:
# Using compiler above sets CC to an invalid value, so unset it
- unset CC
Expand Down
7 changes: 7 additions & 0 deletions stack-8.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
resolver: lts-16.12
packages:
- .
- store-core
- store-streaming
extra-deps:
- th-utilities-0.2.4.0
4 changes: 1 addition & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
resolver: lts-16.12
resolver: nightly-2021-08-16
packages:
- .
- store-core
- store-streaming
extra-deps:
- th-utilities-0.2.4.0

0 comments on commit 24e8d83

Please sign in to comment.