Skip to content

Commit

Permalink
fix dependency typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Mar 8, 2022
1 parent 9e9e27a commit 27c54a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ the changes in each replica to the other.
(>= 4.03))
(dune
(>= 2.3))
(lablgtk2
(lablgtk
(>= 2.18.6))))

(package
Expand Down
2 changes: 1 addition & 1 deletion unison-gui.opam
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 27c54a3

Please sign in to comment.