From 96cffd28a317c442e8c8434e8837ce6bf1d6a0f7 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Tue, 29 Mar 2022 18:23:02 +0200 Subject: [PATCH] Bump ocaml version --- dune-project | 2 +- sedlex.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 85f98fa9..c98b7bdb 100644 --- a/dune-project +++ b/dune-project @@ -18,7 +18,7 @@ Unicode. Unlike ocamllex, sedlex allows lexer specifications within regular OCaml source files. Lexing specific constructs are provided via a ppx syntax extension.") (depends - (ocaml (>= 4.04)) + (ocaml (>= 4.08)) dune (ppxlib (>= 0.26.0)) gen diff --git a/sedlex.opam b/sedlex.opam index 326d9426..fd6c39ae 100644 --- a/sedlex.opam +++ b/sedlex.opam @@ -16,7 +16,7 @@ license: "MIT" homepage: "https://github.com/ocaml-community/sedlex" bug-reports: "https://github.com/ocaml-community/sedlex/issues" depends: [ - "ocaml" {>= "4.04"} + "ocaml" {>= "4.08"} "dune" {>= "2.8"} "ppxlib" {>= "0.26.0"} "gen"