From c5ec5a49ca1b0256ca042a4f09f2f37d70f8ca6b Mon Sep 17 00:00:00 2001 From: Alexander Bandukwala <7h3kk1d@gmail.com> Date: Sun, 29 Sep 2024 14:53:50 -0400 Subject: [PATCH] Switch from ocaml system to base compiler --- dune-project | 2 +- hazel.opam | 2 +- hazel.opam.locked | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dune-project b/dune-project index dd2aafe478..1194593485 100644 --- a/dune-project +++ b/dune-project @@ -34,7 +34,7 @@ bonsai ppx_deriving ptmap - uuidm + (uuidm (= 0.9.8)) ; 0.9.9 has breaking deprecated changes unionFind ocamlformat (junit_alcotest :with-test) diff --git a/hazel.opam b/hazel.opam index 03973e9189..e78b188325 100644 --- a/hazel.opam +++ b/hazel.opam @@ -19,7 +19,7 @@ depends: [ "bonsai" "ppx_deriving" "ptmap" - "uuidm" + "uuidm" {= "0.9.8"} "unionFind" "ocamlformat" "junit_alcotest" {with-test} diff --git a/hazel.opam.locked b/hazel.opam.locked index 4bd0e6faa5..b2cfce2cea 100644 --- a/hazel.opam.locked +++ b/hazel.opam.locked @@ -117,13 +117,14 @@ depends: [ "merlin-lib" {= "5.2.1-502"} "num" {= "1.5-1"} "ocaml" {= "5.2.0"} + "ocaml-base-compiler" {= "5.2.0"} "ocaml-compiler-libs" {= "v0.17.0"} "ocaml-config" {= "3"} "ocaml-embed-file" {= "v0.16.0"} "ocaml-index" {= "1.1"} "ocaml-lsp-server" {= "1.19.0"} + "ocaml-options-vanilla" {= "1"} "ocaml-syntax-shims" {= "1.0.0"} - "ocaml-system" {= "5.2.0"} "ocaml-version" {= "3.6.9"} "ocaml_intrinsics" {= "v0.16.1"} "ocamlbuild" {= "0.15.0"}