Skip to content

Commit

Permalink
Added network-transport-inmemory
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Aug 31, 2024
1 parent 0e87268 commit 105ed95
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 22 deletions.
4 changes: 1 addition & 3 deletions stack-ghc-8.10.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ packages:
- packages/distributed-process-tests
- packages/distributed-static
- packages/network-transport
- packages/network-transport-inmemory


extra-deps:
- network-transport-tcp-0.8.0
# This version has its containers dependency bumped
- git: https://github.com/haskell-distributed/network-transport-inmemory.git
commit: 0ce97924f15a8c1570b2355151834305c9bd2a28

flags:
distributed-process-tests:
Expand Down
4 changes: 1 addition & 3 deletions stack-ghc-9.0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ packages:
- packages/distributed-process-tests
- packages/distributed-static
- packages/network-transport
- packages/network-transport-inmemory

extra-deps:
- network-transport-tcp-0.8.0
# This version has its containers dependency bumped
- git: https://github.com/haskell-distributed/network-transport-inmemory.git
commit: 0ce97924f15a8c1570b2355151834305c9bd2a28

flags:
distributed-process-tests:
Expand Down
6 changes: 1 addition & 5 deletions stack-ghc-9.2.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ packages:
- packages/distributed-process-tests
- packages/distributed-static
- packages/network-transport

extra-deps:
# This version has its containers dependency bumped
- git: https://github.com/haskell-distributed/network-transport-inmemory.git
commit: 0ce97924f15a8c1570b2355151834305c9bd2a28
- packages/network-transport-inmemory

flags:
distributed-process-tests:
Expand Down
6 changes: 1 addition & 5 deletions stack-ghc-9.2.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ packages:
- packages/distributed-process-tests
- packages/distributed-static
- packages/network-transport
- packages/network-transport-inmemory


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).
- network-transport-inmemory-0.5.2@sha256:eead1fb207672127ccca1d04ae6a0eb20ee6ec10223eefb4274694dbbf4e9908
- network-transport-tcp-0.8.1

flags:
Expand Down
6 changes: 1 addition & 5 deletions stack-ghc-9.4.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ packages:
- packages/distributed-process-tests
- packages/distributed-static
- packages/network-transport
- packages/network-transport-inmemory


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).
- network-transport-inmemory-0.5.2@sha256:eead1fb207672127ccca1d04ae6a0eb20ee6ec10223eefb4274694dbbf4e9908
- network-transport-tcp-0.8.1

flags:
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-9.8.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ packages:
- packages/distributed-process-tests
- packages/distributed-static
- packages/network-transport
- packages/network-transport-inmemory

extra-deps:
- network-transport-tcp-0.8.2
- network-transport-inmemory-0.5.3

flags:
distributed-process-tests:
Expand Down

0 comments on commit 105ed95

Please sign in to comment.