File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ packages:
10
10
- packages/distributed-process-supervisor
11
11
- packages/distributed-process-tests
12
12
- packages/distributed-static
13
+ - packages/network-transport
13
14
14
15
15
16
extra-deps :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ packages:
10
10
- packages/distributed-process-supervisor
11
11
- packages/distributed-process-tests
12
12
- packages/distributed-static
13
-
13
+ - packages/network-transport
14
14
15
15
extra-deps :
16
16
- network-transport-tcp-0.8.0
Original file line number Diff line number Diff line change @@ -11,12 +11,9 @@ packages:
11
11
- packages/distributed-process-supervisor
12
12
- packages/distributed-process-tests
13
13
- packages/distributed-static
14
+ - packages/network-transport
14
15
15
16
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
20
17
# This version has its containers dependency bumped
21
18
- git : https://github.com/haskell-distributed/network-transport-inmemory.git
22
19
commit : 0ce97924f15a8c1570b2355151834305c9bd2a28
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ packages:
10
10
- packages/distributed-process-supervisor
11
11
- packages/distributed-process-tests
12
12
- packages/distributed-static
13
+ - packages/network-transport
13
14
14
15
15
16
extra-deps :
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ packages:
10
10
- packages/distributed-process-supervisor
11
11
- packages/distributed-process-tests
12
12
- packages/distributed-static
13
+ - packages/network-transport
13
14
14
15
15
16
extra-deps :
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ packages:
10
10
- packages/distributed-process-supervisor
11
11
- packages/distributed-process-tests
12
12
- packages/distributed-static
13
+ - packages/network-transport
13
14
14
15
extra-deps :
15
- - network-transport-0.5.7
16
16
- network-transport-tcp-0.8.2
17
17
- network-transport-inmemory-0.5.3
18
18
You can’t perform that action at this time.
0 commit comments