From 6be5e76d48806245255407b4d5881efe703cb5a0 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Wed, 31 Mar 2021 17:10:43 +0100 Subject: [PATCH] Use dune 2.8 for better opam file Signed-off-by: Jeremie Dimino --- dune-project | 2 +- pp.opam | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dune-project b/dune-project index b01b22c..f5da950 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 2.0) +(lang dune 2.8) (name pp) (license MIT) diff --git a/pp.opam b/pp.opam index 74be624..bb6d2f7 100644 --- a/pp.opam +++ b/pp.opam @@ -29,12 +29,13 @@ homepage: "https://github.com/ocaml-dune/pp" doc: "https://ocaml-dune.github.io/pp/" bug-reports: "https://github.com/ocaml-dune/pp/issues" depends: [ - "dune" {>= "2.0"} + "dune" {>= "2.8"} "ocaml" {>= "4.08.0"} "ppx_expect" {with-test} + "odoc" {with-doc} ] build: [ - ["dune" "subst"] {pinned} + ["dune" "subst"] {dev} [ "dune" "build"