Skip to content

Commit 38435b5

Browse files
committed
Added missing dune-configurator dependency
1 parent 65e0b16 commit 38435b5

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
@@ -24,6 +24,7 @@ Postgresql offers library functions for accessing PostgreSQL databases.")
2424
(depends
2525
(ocaml (>= 4.08))
2626
(dune (>= 1.10))
27+
dune-configurator
2728
(base :build)
2829
(stdio :build)
2930
(conf-postgresql :build)

postgresql.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ description:
2323
depends: [
2424
"ocaml" {>= "4.08"}
2525
"dune" {>= "1.10"}
26+
"dune-configurator"
2627
"base" {build}
2728
"stdio" {build}
2829
"conf-postgresql" {build}

0 commit comments

Comments
 (0)