Skip to content

Commit 52971a1

Browse files
committed
correct the dep to allow the tests to build
1 parent 49a36ce commit 52971a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed-process-simplelocalnet/distributed-process-simplelocalnet.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Test-Suite TestSimpleLocalnet
5656
transformers >= 0.2 && < 0.4,
5757
network-transport >= 0.2 && < 0.3,
5858
network-transport-tcp >= 0.2 && < 0.3,
59-
distributed-process >= 0.2 && < 0.3
59+
distributed-process >= 0.2 && < 0.4
6060
Extensions: RankNTypes,
6161
DeriveDataTypeable
6262
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind

0 commit comments

Comments
 (0)