Skip to content

Commit 0985a5b

Browse files
Deactivate dependency to bisect_ppx
1 parent 8f8fe92 commit 0985a5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lwt_luv.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ depends: [
2121
"luv"
2222
"result" # result is needed as long as Lwt supports OCaml 4.02.
2323

24-
"bisect_ppx" {dev & >= "2.0.0"}
24+
# Until https://github.com/aantron/bisect_ppx/pull/327.
25+
# "bisect_ppx" {dev & >= "2.0.0"}
2526
]
2627

2728
build: [

0 commit comments

Comments
 (0)