Skip to content

Commit 285a380

Browse files
committed
Added dune-compiledb dependency
1 parent 7d3d06b commit 285a380

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
(depends
2828
(ocaml
2929
(>= 4.12))
30+
dune-compiledb
3031
dune-configurator
3132
(conf-postgresql :build)))

postgresql.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues"
1616
depends: [
1717
"dune" {>= "2.7"}
1818
"ocaml" {>= "4.12"}
19+
"dune-compiledb"
1920
"dune-configurator"
2021
"conf-postgresql" {build}
2122
"odoc" {with-doc}

0 commit comments

Comments
 (0)