Skip to content

Commit b72ecd0

Browse files
committed
http-mirage-client: restrict to paf < 0.8.0
1 parent abd6613 commit b72ecd0

File tree

1 file changed

+1
-1
lines changed
  • packages/http-mirage-client/http-mirage-client.0.0.9

1 file changed

+1
-1
lines changed

packages/http-mirage-client/http-mirage-client.0.0.9/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/robur-coop/http-mirage-client/issues"
1010
depends: [
1111
"dune" {>= "2.3"}
1212
"ocaml" {>= "4.11.0"}
13-
"paf" {>= "0.2.0"}
13+
"paf" {>= "0.2.0" & < "0.8.0"}
1414
"tcpip" {>= "7.0.0"}
1515
"lwt" {>= "5.5.0"}
1616
"mimic-happy-eyeballs" {>= "0.0.9"}

0 commit comments

Comments
 (0)