Skip to content

Commit

Permalink
Added stack.yaml for GHC 9.8; added to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsd committed Mar 25, 2024
1 parent fe96329 commit 112bc01
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/distributed-process-ci.yml
Expand Up @@ -6,12 +6,11 @@ jobs:
strategy:
matrix:
ghcVersion:
[ "8.6.5"
, "8.8.4"
, "8.10.7"
[ "8.10.7"
, "9.0.2"
, "9.2.7"
, "9.4.5"
, "9.8.2"
]
container: "fpco/stack-build-small"
steps:
Expand Down
18 changes: 18 additions & 0 deletions stack-ghc-9.8.2.yaml
@@ -0,0 +1,18 @@
resolver: nightly-2024-03-24 # Use GHC 9.8.2

packages:
- .
- distributed-process-tests/

extra-deps:
# network-transport-inmemory has 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.10
- network-transport-inmemory-0.5.2@sha256:eead1fb207672127ccca1d04ae6a0eb20ee6ec10223eefb4274694dbbf4e9908
- rematch-0.2.0.0
- network-transport-tcp-0.8.2

flags:
distributed-process-tests:
tcp: true

0 comments on commit 112bc01

Please sign in to comment.