Skip to content

Commit bf52b32

Browse files
authored
Merge pull request #28154 from jmid/upper-bound-qcheck-in-prbnmcn-stats
Upper bound qcheck in prbnmcn-stats 0.0.2-0.0.8
2 parents fe12386 + dbb6770 commit bf52b32

File tree

7 files changed

+7
-7
lines changed
  • packages/prbnmcn-stats
    • prbnmcn-stats.0.0.2
    • prbnmcn-stats.0.0.3
    • prbnmcn-stats.0.0.4
    • prbnmcn-stats.0.0.5
    • prbnmcn-stats.0.0.6
    • prbnmcn-stats.0.0.7
    • prbnmcn-stats.0.0.8

7 files changed

+7
-7
lines changed

packages/prbnmcn-stats/prbnmcn-stats.0.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bug-reports: "http://github.com/igarnier/prbnmcn-stats"
99
depends: [
1010
"dune" {>= "2.8"}
1111
"ocaml" {>= "4.12.0"}
12-
"qcheck" {>= "0.17" & with-test}
12+
"qcheck" {>= "0.17" & < "0.26" & with-test}
1313
"prbnmcn-basic-structures" {= "0.0.1"}
1414
"prbnmcn-linalg" {= "0.0.1"}
1515
"odoc" {with-doc}

packages/prbnmcn-stats/prbnmcn-stats.0.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "http://github.com/igarnier/prbnmcn-stats"
1111
depends: [
1212
"dune" {>= "2.8"}
1313
"ocaml" {>= "4.12.0"}
14-
"qcheck" {>= "0.17" & with-test}
14+
"qcheck" {>= "0.17" & < "0.26" & with-test}
1515
"prbnmcn-basic-structures" {= "0.0.1"}
1616
"prbnmcn-linalg" {= "0.0.1"}
1717
"odoc" {with-doc}

packages/prbnmcn-stats/prbnmcn-stats.0.0.4/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "http://github.com/igarnier/prbnmcn-stats"
1111
depends: [
1212
"dune" {>= "2.8"}
1313
"ocaml" {>= "4.12.0"}
14-
"qcheck" {>= "0.17" & with-test}
14+
"qcheck" {>= "0.17" & < "0.26" & with-test}
1515
"prbnmcn-basic-structures" {= "0.0.1"}
1616
"prbnmcn-linalg" {= "0.0.1"}
1717
"odoc" {with-doc}

packages/prbnmcn-stats/prbnmcn-stats.0.0.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "http://github.com/igarnier/prbnmcn-stats"
1111
depends: [
1212
"dune" {>= "2.8"}
1313
"ocaml" {>= "4.12.0"}
14-
"qcheck" {>= "0.17" & with-test}
14+
"qcheck" {>= "0.17" & < "0.26" & with-test}
1515
"ocamlgraph" {>= "2.0.0" & with-test}
1616
"prbnmcn-basic-structures" {= "0.0.1"}
1717
"prbnmcn-linalg" {= "0.0.1"}

packages/prbnmcn-stats/prbnmcn-stats.0.0.6/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "http://github.com/igarnier/prbnmcn-stats"
1111
depends: [
1212
"dune" {>= "2.8"}
1313
"ocaml" {>= "4.14"}
14-
"qcheck" {>= "0.17" & with-test}
14+
"qcheck" {>= "0.17" & < "0.26" & with-test}
1515
"ocamlgraph" {>= "2.0.0" & with-test}
1616
"prbnmcn-basic-structures" {= "0.0.1"}
1717
"odoc" {with-doc}

packages/prbnmcn-stats/prbnmcn-stats.0.0.7/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "http://github.com/igarnier/prbnmcn-stats"
1111
depends: [
1212
"dune" {>= "2.8"}
1313
"ocaml" {>= "4.14"}
14-
"qcheck" {>= "0.17" & with-test}
14+
"qcheck" {>= "0.17" & < "0.26" & with-test}
1515
"ocamlgraph" {>= "2.0.0" & with-test}
1616
"prbnmcn-basic-structures" {= "0.0.1"}
1717
"odoc" {with-doc}

packages/prbnmcn-stats/prbnmcn-stats.0.0.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "http://github.com/igarnier/prbnmcn-stats"
1111
depends: [
1212
"dune" {>= "2.8"}
1313
"ocaml" {>= "4.14"}
14-
"qcheck" {>= "0.17" & with-test}
14+
"qcheck" {>= "0.17" & < "0.26" & with-test}
1515
"ocamlgraph" {>= "2.0.0" & with-test}
1616
"prbnmcn-basic-structures" {= "0.0.1"}
1717
"odoc" {with-doc}

0 commit comments

Comments
 (0)