Skip to content

Commit 53b6ac3

Browse files
authored
Merge pull request #87 from ahrefs/yasu/re-add-devkit-core-dep
Add missing transitive dependency to make CI pass
2 parents 52ef801 + e7a49a1 commit 53b6ac3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/dune

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(library
22
(name lib)
3-
(libraries cstruct curl curl.lwt nocrypto hex atdgen atdgen-runtime biniou yojson base base.caml re stdio lwt lwt.unix uri
4-
devkit omd)
3+
(libraries atdgen atdgen-runtime base base.caml biniou cstruct curl curl.lwt
4+
devkit devkit.core hex lwt lwt.unix nocrypto omd re stdio uri yojson)
55
(preprocess
66
(pps lwt_ppx)))
77

src/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(executable
2-
(libraries lib base base.caml cmdliner devkit lwt.unix stdio uri)
2+
(libraries lib base base.caml cmdliner devkit devkit.core lwt.unix stdio uri)
33
(preprocess
44
(pps lwt_ppx))
55
(public_name notabot))

test/dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(executable
22
(name test)
3-
(libraries lib base base.caml devkit lwt.unix stdio yojson)
3+
(libraries lib base base.caml devkit devkit.core lwt.unix stdio yojson)
44
(preprocess
55
(pps lwt_ppx)))
66

0 commit comments

Comments
 (0)