Skip to content

Commit

Permalink
Merge pull request #87 from ahrefs/yasu/re-add-devkit-core-dep
Browse files Browse the repository at this point in the history
Add missing transitive dependency to make CI pass
  • Loading branch information
yasunariw authored Dec 8, 2020
2 parents e7c3267 + 7e8eb26 commit 0cfa9d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name lib)
(libraries cstruct curl curl.lwt nocrypto hex atdgen atdgen-runtime biniou yojson base base.caml re stdio lwt lwt.unix uri
devkit omd)
(libraries atdgen atdgen-runtime base base.caml biniou cstruct curl curl.lwt
devkit devkit.core hex lwt lwt.unix nocrypto omd re stdio uri yojson)
(preprocess
(pps lwt_ppx)))

Expand Down
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(executable
(libraries lib base base.caml cmdliner devkit lwt.unix stdio uri)
(libraries lib base base.caml cmdliner devkit devkit.core lwt.unix stdio uri)
(preprocess
(pps lwt_ppx))
(public_name notabot))
2 changes: 1 addition & 1 deletion test/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(executable
(name test)
(libraries lib base base.caml devkit lwt.unix stdio yojson)
(libraries lib base base.caml devkit devkit.core lwt.unix stdio yojson)
(preprocess
(pps lwt_ppx)))

Expand Down

0 comments on commit 0cfa9d6

Please sign in to comment.