Skip to content

Commit

Permalink
Add missing ppx_let dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Feser committed Apr 13, 2020
1 parent f72d748 commit 7c15b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
(logs (>= 0.6))
(base (>= v0.12))
(stdio (>= v0.12))
(ppx_let (>= v0.12))
(odig (>= 0.0.4))
(odoc (>= 1.5))
(sqlite3 (>= 4.4))
Expand Down
1 change: 1 addition & 0 deletions odoc2docset.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ depends: [
"logs" {>= "0.6"}
"base" {>= "v0.12"}
"stdio" {>= "v0.12"}
"ppx_let" {>= "v0.12"}
"odig" {>= "0.0.4"}
"odoc" {>= "1.5"}
"sqlite3" {>= "4.4"}
Expand Down

0 comments on commit 7c15b12

Please sign in to comment.