From e939348b3dab48a8e706228845199435267c48e9 Mon Sep 17 00:00:00 2001 From: tali Date: Sun, 14 Jan 2024 21:38:27 -0500 Subject: [PATCH] update .opam --- dune-project | 6 ++---- geometra.opam | 3 ++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/dune-project b/dune-project index 080b15d..c6fa7e3 100644 --- a/dune-project +++ b/dune-project @@ -15,7 +15,5 @@ (depends ocaml dune - tsdl - ;tsdl-image - ;tgls -)) + (tsdl (= 1.0.0)) + (tgls (= 0.8.6)))) diff --git a/geometra.opam b/geometra.opam index 44fd3b9..a64ae0c 100644 --- a/geometra.opam +++ b/geometra.opam @@ -3,7 +3,8 @@ opam-version: "2.0" depends: [ "ocaml" "dune" {>= "3.12"} - "tsdl" + "tsdl" {= "1.0.0"} + "tgls" {= "0.8.6"} "odoc" {with-doc} ] build: [