Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cohttp-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ and instructions on how to use this library."""
depends: [
"ocaml" {>= "4.05.0"}
"dune" {build & >= "1.1.0"}
"result"
"mirage-flow-lwt" {>= "1.2.0"}
"mirage-channel-lwt" {>= "3.0.0"}
"conduit" {>= "0.99"}
Expand Down
1 change: 0 additions & 1 deletion cohttp-mirage/src/io.ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*)

open Lwt.Infix
open Result

module Make (Channel: Mirage_channel_lwt.S) = struct

Expand Down