Skip to content

Commit ce17bad

Browse files
jonludlampanglesd
andauthored
Update src/driver/opam.ml
Co-authored-by: Paul-Elliot Anglès d'Auriac <[email protected]>
1 parent 2cb9e7b commit ce17bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver/opam.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ let check pkgs =
301301
let dune_pkgnames =
302302
Util.StringSet.of_list (List.map (fun (p, _) -> p.name) (dune_overrides ()))
303303
in
304-
let missing = Util.StringSet.(diff missing dune_pkgnames) in
304+
let missing = Util.StringSet.diff missing dune_pkgnames in
305305
if Util.StringSet.cardinal missing = 0 then Ok () else Error missing
306306

307307
let pkg_to_dir_map () =

0 commit comments

Comments
 (0)