Skip to content

Commit 0014f8f

Browse files
committed
textmate-language: add missing test dependency on markup
1 parent ec022b3 commit 0014f8f

File tree

4 files changed

+4
-0
lines changed
  • packages/textmate-language
    • textmate-language.0.3.0
    • textmate-language.0.3.1
    • textmate-language.0.3.2
    • textmate-language.0.3.3

4 files changed

+4
-0
lines changed

packages/textmate-language/textmate-language.0.3.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ depends: [
1414
"ocaml" {>= "4.08"}
1515
"oniguruma" {< "0.2.0"}
1616
"plist-xml" {with-test}
17+
"markup" {with-test}
1718
"alcotest" {>= "1.4" & < "2" & with-test}
1819
"ezjsonm" {>= "1.2" & < "2" & with-test}
1920
"yojson" {>= "1.7" & < "2" & with-test}

packages/textmate-language/textmate-language.0.3.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ depends: [
1616
"ocaml" {>= "4.08"}
1717
"oniguruma" {< "0.2.0"}
1818
"plist-xml" {with-test}
19+
"markup" {with-test}
1920
"alcotest" {>= "1.4" & < "2" & with-test}
2021
"ezjsonm" {>= "1.2" & < "2" & with-test}
2122
"yojson" {>= "1.7" & < "2" & with-test}

packages/textmate-language/textmate-language.0.3.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ depends: [
1717
"ocaml" {>= "4.08"}
1818
"oniguruma" {< "0.2.0"}
1919
"plist-xml" {with-test}
20+
"markup" {with-test}
2021
"alcotest" {>= "1.4" & < "2" & with-test}
2122
"ezjsonm" {>= "1.2" & < "2" & with-test}
2223
"yojson" {>= "1.7" & < "2" & with-test}

packages/textmate-language/textmate-language.0.3.3/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ depends: [
1717
"ocaml" {>= "4.08"}
1818
"oniguruma" {>= "0.1.2" & < "0.2.0"}
1919
"plist-xml" {with-test}
20+
"markup" {with-test}
2021
"alcotest" {>= "1.4" & < "2" & with-test}
2122
"ezjsonm" {>= "1.2" & < "2" & with-test}
2223
"yojson" {>= "1.7" & < "2" & with-test}

0 commit comments

Comments
 (0)