Skip to content

Commit d634bbd

Browse files
committed
Fix (hopefully) build deps
1 parent 4380662 commit d634bbd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

atd-yamlx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ bug-reports: "https://github.com/ahrefs/atd/issues"
9292
depends: [
9393
"dune" {>= "3.18"}
9494
"ocaml" {>= "4.14"}
95-
"atd-jsonlike" {>= "4.0.0"}
95+
"atd-jsonlike"
9696
"yamlx" {>= "0.1.0"}
9797
"testo" {>= "0.3.0" & with-test}
9898
"odoc" {with-doc}

scripts/install-opam-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdir -p "$workspace"
1212
# Remove the dependencies on packages provided by this very project.
1313
for x in *.opam; do
1414
grep -v \
15-
'"atd"\|"atdgen"\|"atdgen-codec-runtime"\|"atdgen-runtime"\|"atdj"\|"atdpy"\|"atds"\|"atdts"\|"atdd"\|"atdcpp"' "$x" \
15+
'"atd"\|"atdgen"\|"atdgen-codec-runtime"\|"atdgen-runtime"\|"atdj"\|"atdpy"\|"atds"\|"atdts"\|"atdd"\|"atdcpp"\|"atd-jsonlike"' "$x" \
1616
> "$workspace"/"$x"
1717
done
1818

0 commit comments

Comments
 (0)