this repo has no description

http-mirage-client: restrict to paf < 0.8.0

Changed files
+1 -1
packages
http-mirage-client
http-mirage-client.0.0.9
+1 -1
packages/http-mirage-client/http-mirage-client.0.0.9/opam
···
depends: [
"dune" {>= "2.3"}
"ocaml" {>= "4.11.0"}
-
"paf" {>= "0.2.0"}
+
"paf" {>= "0.2.0" & < "0.8.0"}
"tcpip" {>= "7.0.0"}
"lwt" {>= "5.5.0"}
"mimic-happy-eyeballs" {>= "0.0.9"}