Merge pull request #85 from blackgnezdo/update-ci

CI: use correct resolver version for ghc-8.10 configuration
This commit is contained in:
Greg Steuck 2021-08-02 22:37:31 -07:00 committed by GitHub
commit e1fdb0415f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ jobs:
- stack-cache-v2-ghc-8.10-{{ arch }}-{{ .Branch }}
- stack-cache-v2-ghc-8.10-{{ arch }}-master
- run: .circleci/install-stack.sh
- run: stack test --no-terminal --resolver=lts-15.13
- run: stack test --no-terminal --resolver=lts-18.5
- save_cache:
key: stack-cache-v2-ghc-8.10-{{ arch }}-{{ .Branch }}-{{ epoch }}
paths:

View File

@ -70,7 +70,7 @@ tests:
dependencies:
- ghc-source-gen
- ghc-paths == 0.1.*
- tasty >= 1.0 && < 1.4
- tasty >= 1.0 && < 1.5
- tasty-hunit == 0.10.*
# TODO: Fill out this test, and use it to replace pprint_examples.
@ -80,7 +80,7 @@ tests:
dependencies:
- ghc-source-gen
- ghc-paths == 0.1.*
- tasty >= 1.0 && < 1.4
- tasty >= 1.0 && < 1.5
- tasty-hunit == 0.10.*
name_test:
@ -89,6 +89,6 @@ tests:
dependencies:
- ghc-source-gen
- QuickCheck >= 2.10 && < 2.15
- tasty >= 1.0 && < 1.4
- tasty >= 1.0 && < 1.5
- tasty-hunit == 0.10.*
- tasty-quickcheck >= 0.9 && < 0.11