Skip to content

Commit a7d9e6f

Browse files
committed
distributed-process-tests.cabal: allow HUnit-1.3
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
1 parent 9695688 commit a7d9e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed-process-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ library
3030
bytestring >= 0.9 && < 0.11,
3131
distributed-process >= 0.5.3 && < 0.6,
3232
distributed-static,
33-
HUnit >= 1.2 && < 1.3,
33+
HUnit >= 1.2 && < 1.4,
3434
network-transport >= 0.4.1.0 && < 0.5,
3535
network >= 2.5 && < 2.7,
3636
random >= 1.0 && < 1.2,

0 commit comments

Comments
 (0)