From 84c31d724dc78a158224b701647ffe809083358f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Roch=C3=A9?= Date: Fri, 22 Dec 2023 13:17:38 +0100 Subject: [PATCH] tmp --- .github/workflows/build-test.yml | 2 +- .ocamlformat | 2 +- dune-project | 3 ++- modern-ocaml.opam | 6 +++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d7f92f5..8edac90 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -12,7 +12,7 @@ jobs: os: - macos-latest - ubuntu-latest - - windows-latest + # - windows-latest ocaml-version: - 4.14 - 5.1 diff --git a/.ocamlformat b/.ocamlformat index 66ed9c5..7187c5f 100644 --- a/.ocamlformat +++ b/.ocamlformat @@ -1,2 +1,2 @@ profile=default -version=0.24.1 +version=0.26.1 diff --git a/dune-project b/dune-project index 4e0c3ce..ab3ea8f 100644 --- a/dune-project +++ b/dune-project @@ -1,2 +1,3 @@ -(lang dune 3.6) +(lang dune 3.12) + (name modern-ocaml) diff --git a/modern-ocaml.opam b/modern-ocaml.opam index d5ca96b..acb9e36 100644 --- a/modern-ocaml.opam +++ b/modern-ocaml.opam @@ -9,9 +9,9 @@ doc: "https://khady.github.io/modern-ocaml/" tags: ["ocaml" "is" "love"] depends: [ "ocaml" - "dune" {>= "3.0"} - "ocamlformat" {= "0.24.1" & with-dev-setup} - "ocaml-lsp-server" {= "1.15.1-4.14" & with-dev-setup} + "dune" {>= "3.12"} + "ocamlformat" {= "0.26.1" & with-dev-setup} + "ocaml-lsp-server" {with-dev-setup} ] build: [ ["dune" "subst"] {pinned}