We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9e27a commit 27c54a3Copy full SHA for 27c54a3
2 files changed
dune-project
@@ -52,7 +52,7 @@ the changes in each replica to the other.
52
(>= 4.03))
53
(dune
54
(>= 2.3))
55
- (lablgtk2
+ (lablgtk
56
(>= 2.18.6))))
57
58
(package
unison-gui.opam
@@ -20,7 +20,7 @@ bug-reports: "https://github.com/bcpierce00/unison/issues"
20
depends: [
21
"ocaml" {>= "4.03"}
22
"dune" {>= "2.3"}
23
- "lablgtk2" {>= "2.18.6"}
+ "lablgtk" {>= "2.18.6"}
24
]
25
build: [
26
["dune" "subst"] {pinned}
0 commit comments