Skip to content

Commit 0bc33c5

Browse files
committed
Added network-transport
1 parent a7b0c26 commit 0bc33c5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

stack-ghc-8.10.7.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ packages:
1010
- packages/distributed-process-supervisor
1111
- packages/distributed-process-tests
1212
- packages/distributed-static
13+
- packages/network-transport
1314

1415

1516
extra-deps:

stack-ghc-9.0.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages:
1010
- packages/distributed-process-supervisor
1111
- packages/distributed-process-tests
1212
- packages/distributed-static
13-
13+
- packages/network-transport
1414

1515
extra-deps:
1616
- network-transport-tcp-0.8.0

stack-ghc-9.2.4.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ packages:
1111
- packages/distributed-process-supervisor
1212
- packages/distributed-process-tests
1313
- packages/distributed-static
14+
- packages/network-transport
1415

1516
extra-deps:
16-
# Need to clone network-transport-tcp package and patch the file:
17-
# src/Network/Transport/TCP/Internal.hs
18-
# Change import of Data.ByteString.Lazy.Builder to Data.ByteString.Builder
19-
- lib/network-transport-tcp
2017
# This version has its containers dependency bumped
2118
- git: https://github.com/haskell-distributed/network-transport-inmemory.git
2219
commit: 0ce97924f15a8c1570b2355151834305c9bd2a28

stack-ghc-9.2.7.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ packages:
1010
- packages/distributed-process-supervisor
1111
- packages/distributed-process-tests
1212
- packages/distributed-static
13+
- packages/network-transport
1314

1415

1516
extra-deps:

stack-ghc-9.4.5.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ packages:
1010
- packages/distributed-process-supervisor
1111
- packages/distributed-process-tests
1212
- packages/distributed-static
13+
- packages/network-transport
1314

1415

1516
extra-deps:

stack-ghc-9.8.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ packages:
1010
- packages/distributed-process-supervisor
1111
- packages/distributed-process-tests
1212
- packages/distributed-static
13+
- packages/network-transport
1314

1415
extra-deps:
15-
- network-transport-0.5.7
1616
- network-transport-tcp-0.8.2
1717
- network-transport-inmemory-0.5.3
1818

0 commit comments

Comments
 (0)