From 27c54a3fe905cd4774802ff859075aecdeebf7e7 Mon Sep 17 00:00:00 2001 From: Yishuai Li Date: Tue, 8 Mar 2022 18:37:35 -0500 Subject: [PATCH] fix dependency typo --- dune-project | 2 +- unison-gui.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 82b1f5ba7..08eee72bf 100644 --- a/dune-project +++ b/dune-project @@ -52,7 +52,7 @@ the changes in each replica to the other. (>= 4.03)) (dune (>= 2.3)) - (lablgtk2 + (lablgtk (>= 2.18.6)))) (package diff --git a/unison-gui.opam b/unison-gui.opam index f7d0444cc..66f787ca7 100644 --- a/unison-gui.opam +++ b/unison-gui.opam @@ -20,7 +20,7 @@ bug-reports: "https://github.com/bcpierce00/unison/issues" depends: [ "ocaml" {>= "4.03"} "dune" {>= "2.3"} - "lablgtk2" {>= "2.18.6"} + "lablgtk" {>= "2.18.6"} ] build: [ ["dune" "subst"] {pinned}