Skip to content

Commit b3a7640

Browse files
authored
Merge pull request #24589 from jmid/ppx_rapper_quotes
Add missing quotes in ppx_rapper from a54638e
2 parents 4fec111 + 5b2d086 commit b3a7640

File tree

8 files changed

+8
-8
lines changed
  • packages/ppx_rapper
    • ppx_rapper.1.0.1
    • ppx_rapper.1.0.2
    • ppx_rapper.1.1.0
    • ppx_rapper.1.1.1
    • ppx_rapper.1.2.0
    • ppx_rapper.2.0.0
    • ppx_rapper.3.0.0
    • ppx_rapper.3.1.0

8 files changed

+8
-8
lines changed

packages/ppx_rapper/ppx_rapper.1.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "2.0.1"}
1212
"pg_query"
1313
"ppxlib"
14-
"ppxlib" {with-test & < 0.31.1}
14+
"ppxlib" {with-test & < "0.31.1"}
1515
"base"
1616
"caqti" {< "2.0.0~"}
1717
"caqti-lwt" {< "2.0.0~"}

packages/ppx_rapper/ppx_rapper.1.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "2.0.1"}
1212
"pg_query"
1313
"ppxlib"
14-
"ppxlib" {with-test & < 0.31.1}
14+
"ppxlib" {with-test & < "0.31.1"}
1515
"base"
1616
"caqti" {< "2.0.0~"}
1717
"caqti-lwt" {< "2.0.0~"}

packages/ppx_rapper/ppx_rapper.1.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "2.0.1"}
1212
"pg_query"
1313
"ppxlib"
14-
"ppxlib" {with-test & < 0.31.1}
14+
"ppxlib" {with-test & < "0.31.1"}
1515
"base"
1616
"caqti" {< "2.0.0~"}
1717
"caqti-lwt" {< "2.0.0~"}

packages/ppx_rapper/ppx_rapper.1.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "2.0.1"}
1212
"pg_query"
1313
"ppxlib"
14-
"ppxlib" {with-test & < 0.31.1}
14+
"ppxlib" {with-test & < "0.31.1"}
1515
"base"
1616
"caqti" {< "2.0.0~"}
1717
"caqti-lwt" {< "2.0.0~"}

packages/ppx_rapper/ppx_rapper.1.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "2.0.1"}
1212
"pg_query"
1313
"ppxlib"
14-
"ppxlib" {with-test & < 0.31.1}
14+
"ppxlib" {with-test & < "0.31.1"}
1515
"base"
1616
"caqti" {< "2.0.0~"}
1717
"caqti-lwt" {< "2.0.0~"}

packages/ppx_rapper/ppx_rapper.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "2.0.1"}
1212
"pg_query"
1313
"ppxlib"
14-
"ppxlib" {with-test & < 0.31.1}
14+
"ppxlib" {with-test & < "0.31.1"}
1515
"base"
1616
"caqti" {< "2.0.0~"}
1717
"caqti-lwt" {< "2.0.0~"}

packages/ppx_rapper/ppx_rapper.3.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"ocaml" {>= "4.07"}
1212
"pg_query"
1313
"ppxlib" {>= "0.3.1"}
14-
"ppxlib" {with-test & < 0.31.1}
14+
"ppxlib" {with-test & < "0.31.1"}
1515
"base" {>= "v0.11.1"}
1616
"caqti" {>= "1.2.0" & < "2.0.0~"}
1717
]

packages/ppx_rapper/ppx_rapper.3.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"ocaml" {>= "4.07"}
1313
"pg_query" {>= "0.9.6"}
1414
"ppxlib" {>= "0.3.1"}
15-
"ppxlib" {with-test & < 0.31.1}
15+
"ppxlib" {with-test & < "0.31.1"}
1616
"base" {>= "v0.11.1"}
1717
"caqti" {>= "1.7.0" & < "2.0.0~"}
1818
]

0 commit comments

Comments
 (0)