Skip to content

Commit 0ff07c4

Browse files
maisteAlizter
andauthored
[3.20] backport #12133 (#12136)
Signed-off-by: Ali Caglayan <alizter@gmail.com> Co-authored-by: Ali Caglayan <alizter@gmail.com>
1 parent a496f20 commit 0ff07c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ understood by dune language."))
149149
(package
150150
(name dune-rpc)
151151
(synopsis "Communicate with dune using rpc")
152-
(depends csexp ordering dyn xdg (stdune (= :version)) (pp (>= 1.1.0)))
152+
(depends ocamlc-loc csexp ordering dyn xdg (stdune (= :version)) (pp (>= 1.1.0)))
153153
(description "Library to connect and control a running dune instance"))
154154

155155
(package

dune-rpc.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ doc: "https://dune.readthedocs.io/"
1010
bug-reports: "https://github.com/ocaml/dune/issues"
1111
depends: [
1212
"dune" {>= "3.20"}
13+
"ocamlc-loc"
1314
"csexp"
1415
"ordering"
1516
"dyn"

0 commit comments

Comments
 (0)