Skip to content

Commit a54638e

Browse files
committed
Add upper ppxlib test bound to ppx_rapper
1 parent 7e312cd commit a54638e

File tree

8 files changed

+8
-0
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
-0
lines changed

packages/ppx_rapper/ppx_rapper.1.0.1/opam

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

packages/ppx_rapper/ppx_rapper.1.0.2/opam

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

packages/ppx_rapper/ppx_rapper.1.1.0/opam

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

packages/ppx_rapper/ppx_rapper.1.1.1/opam

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

packages/ppx_rapper/ppx_rapper.1.2.0/opam

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

packages/ppx_rapper/ppx_rapper.2.0.0/opam

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

packages/ppx_rapper/ppx_rapper.3.0.0/opam

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

packages/ppx_rapper/ppx_rapper.3.1.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +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}
1516
"base" {>= "v0.11.1"}
1617
"caqti" {>= "1.7.0" & < "2.0.0~"}
1718
]

0 commit comments

Comments
 (0)