Skip to content

Commit f436a80

Browse files
authored
Bump retry bound
Tested in nixpkgs, build and tests succeed
1 parent 8e0d560 commit f436a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix-client/matrix-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ common lib-depends
5858
, http-types >= 0.10.0 && < 0.13
5959
, network-uri
6060
, profunctors
61-
, retry ^>= 0.8
61+
, retry >= 0.8 && < 0.10
6262
, text >= 0.11.1.0 && < 1.3
6363
, time
6464
, unordered-containers

0 commit comments

Comments
 (0)