Skip to content

Commit

Permalink
Got tests running locally for ghc 9.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsd committed May 1, 2023
1 parent b4acb79 commit 0856f63
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distributed-process-ci.yml
Expand Up @@ -6,12 +6,12 @@ jobs:
strategy:
matrix:
ghcVersion:
[ "8.4.4"
, "8.6.5"
[ "8.6.5"
, "8.8.4"
, "8.10.7"
, "9.0.2"
, "9.2.7"
, "9.4.5"
]
container: "fpco/stack-build-small"
steps:
Expand Down
19 changes: 19 additions & 0 deletions stack-ghc-9.4.5.yaml
@@ -0,0 +1,19 @@
resolver: nightly-2023-05-01 # Use GHC 9.4.5

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 0856f63

Please sign in to comment.