Skip to content

Commit

Permalink
Get tests running locally with 9.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsd committed May 1, 2023
1 parent e7eb87a commit 43c683b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/distributed-process-ci.yml
Expand Up @@ -6,13 +6,12 @@ jobs:
strategy:
matrix:
ghcVersion:
[ "8.2.2"
, "8.4.4"
[ "8.4.4"
, "8.6.5"
, "8.8.4"
, "8.10.7"
, "9.0.2"
, "9.2.6"
, "9.2.7"
]
container: "fpco/stack-build-small"
steps:
Expand Down
17 changes: 0 additions & 17 deletions stack-ghc-9.2.6.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions stack-ghc-9.2.7.yaml
@@ -0,0 +1,19 @@
resolver: lts-20.19 # Use GHC 9.2.7

packages:
- .
- distributed-process-tests/

extra-deps:
# Both distributed-static and network-transport-inmemory have
# revisions on hackage that bump dependencies like containers and
# bytestring. Explicit sha256 hashes seem to be needed to get the
# right revisions (4/30/23).
- distributed-static-0.3.9@sha256:f5e781867eddec660cb3b39805c849e3f096b7da245d43a07d8529e3c92b3a27
- network-transport-inmemory-0.5.2@sha256:eead1fb207672127ccca1d04ae6a0eb20ee6ec10223eefb4274694dbbf4e9908
- rematch-0.2.0.0
- network-transport-tcp-0.8.1

flags:
distributed-process-tests:
tcp: true
2 changes: 1 addition & 1 deletion stack.yaml

0 comments on commit 43c683b

Please sign in to comment.