From 34cec04efc263d2249ca7453bb88957c058a1834 Mon Sep 17 00:00:00 2001 From: Anurag Soni Date: Fri, 10 Jun 2022 20:31:00 -0400 Subject: [PATCH] ppx_optcomp was listed twice --- dune-project | 1 - poll.opam | 1 - 2 files changed, 2 deletions(-) diff --git a/dune-project b/dune-project index d817be1..714503b 100644 --- a/dune-project +++ b/dune-project @@ -29,6 +29,5 @@ (>= 0.2.0)) dune-configurator (ppx_expect :with-test) - (ppx_optcomp :with-test) (ocaml (>= 4.13)))) diff --git a/poll.opam b/poll.opam index 99f6f9e..dbff379 100644 --- a/poll.opam +++ b/poll.opam @@ -18,7 +18,6 @@ depends: [ "kqueue" {>= "0.2.0"} "dune-configurator" "ppx_expect" {with-test} - "ppx_optcomp" {with-test} "ocaml" {>= "4.13"} "odoc" {with-doc} ]