From 1aad90559b17fc7e96620f1bf3ae4b5876233b5d Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Mon, 23 Jul 2018 20:49:57 -0500 Subject: [PATCH] Delete old opam messages [skip ci] --- bisect_ppx.opam | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bisect_ppx.opam b/bisect_ppx.opam index 7258624d..d0ca6278 100644 --- a/bisect_ppx.opam +++ b/bisect_ppx.opam @@ -29,15 +29,6 @@ conflicts: [ # it. 4.02.0 is the natural constraint of Bisect_ppx. available: ocaml-version >= "4.02.0" -messages: [ - "For the Ocamlbuild plugin, please install package bisect_ppx-ocamlbuild" - {ocamlbuild:installed & !bisect_ppx-ocamlbuild:installed} -] -post-messages: [ - "The future Bisect_ppx 2.0.0 will make breaking changes. See - https://github.com/aantron/bisect_ppx/releases/tag/1.3.0" -] - build: [ ["jbuilder" "build" "-p" name "-j" jobs] ]