Skip to content

Commit ca3244d

Browse files
authored
Merge pull request #3591 from Lysxia/qc-upper-bound
coq-quickchick: Add upper bounds on coq and ssreflect
2 parents 0f2c054 + 2ff3dc9 commit ca3244d

File tree

22 files changed

+27
-27
lines changed
  • released/packages/coq-quickchick
    • coq-quickchick.1.1.0
    • coq-quickchick.1.2.0
    • coq-quickchick.1.2.1
    • coq-quickchick.1.3.0
    • coq-quickchick.1.3.1
    • coq-quickchick.1.3.2
    • coq-quickchick.1.4.0
    • coq-quickchick.1.5.0
    • coq-quickchick.1.5.1
    • coq-quickchick.1.6.0
    • coq-quickchick.1.6.1
    • coq-quickchick.1.6.2
    • coq-quickchick.1.6.3
    • coq-quickchick.1.6.4
    • coq-quickchick.1.6.5
    • coq-quickchick.2.0.0
    • coq-quickchick.2.0.1
    • coq-quickchick.2.0.2
    • coq-quickchick.2.0.3
    • coq-quickchick.2.0.4
    • coq-quickchick.2.0.5
    • coq-quickchick.2.1.0

22 files changed

+27
-27
lines changed

released/packages/coq-quickchick/coq-quickchick.1.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.04.0"}
1515
"coq" {>= "8.9" < "8.10~"}
1616
"coq-ext-lib"
17-
"coq-mathcomp-ssreflect"
17+
"coq-mathcomp-ssreflect" {< "2.5.0"}
1818
"ocamlbuild"
1919
"ocamlfind"
2020
"coq-simple-io" {>= "1.0" < "1.1"}

released/packages/coq-quickchick/coq-quickchick.1.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"ocaml" {>= "4.05.0"}
1414
"coq" {>= "8.10" < "8.11~"}
1515
"coq-ext-lib"
16-
"coq-mathcomp-ssreflect"
16+
"coq-mathcomp-ssreflect" {< "2.5.0"}
1717
"ocamlbuild"
1818
"ocamlfind"
1919
"coq-simple-io" {>= "1.0.0"}

released/packages/coq-quickchick/coq-quickchick.1.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install: [
1515
depends: [
1616
"coq" {>= "8.10" < "8.11~"}
1717
"coq-ext-lib"
18-
"coq-mathcomp-ssreflect"
18+
"coq-mathcomp-ssreflect" {< "2.5.0"}
1919
"ocamlbuild"
2020
"ocamlfind"
2121
"menhir" {build}

released/packages/coq-quickchick/coq-quickchick.1.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install: [
1616
depends: [
1717
"coq" {>= "8.11" < "8.12~"}
1818
"coq-ext-lib"
19-
"coq-mathcomp-ssreflect"
19+
"coq-mathcomp-ssreflect" {< "2.5.0"}
2020
"ocamlbuild"
2121
"ocamlfind"
2222
"menhir" {build}

released/packages/coq-quickchick/coq-quickchick.1.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ocaml" {>= "4.07"}
1717
"coq" {>= "8.11" < "8.12~"}
1818
"coq-ext-lib"
19-
"coq-mathcomp-ssreflect"
19+
"coq-mathcomp-ssreflect" {< "2.5.0"}
2020
"ocamlbuild"
2121
"ocamlfind"
2222
"menhir" {build}

released/packages/coq-quickchick/coq-quickchick.1.3.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ocaml" {>= "4.07"}
1717
"coq" {>= "8.11" < "8.12~"}
1818
"coq-ext-lib"
19-
"coq-mathcomp-ssreflect"
19+
"coq-mathcomp-ssreflect" {< "2.5.0"}
2020
"ocamlbuild"
2121
"ocamlfind"
2222
"menhir" {build}

released/packages/coq-quickchick/coq-quickchick.1.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ocaml" {>= "4.07"}
1717
"coq" {>= "8.12" < "8.13~"}
1818
"coq-ext-lib"
19-
"coq-mathcomp-ssreflect"
19+
"coq-mathcomp-ssreflect" {< "2.5.0"}
2020
"ocamlbuild"
2121
"ocamlfind"
2222
"menhir" {build}

released/packages/coq-quickchick/coq-quickchick.1.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ocaml" {>= "4.07"}
1717
"coq" {>= "8.13" < "8.14~"}
1818
"coq-ext-lib"
19-
"coq-mathcomp-ssreflect"
19+
"coq-mathcomp-ssreflect" {< "2.5.0"}
2020
"ocamlbuild"
2121
"ocamlfind"
2222
"menhir" {build}

released/packages/coq-quickchick/coq-quickchick.1.5.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocaml" {>= "4.07"}
1616
"coq" {>= "8.11" < "8.15~"}
1717
"coq-ext-lib"
18-
"coq-mathcomp-ssreflect"
18+
"coq-mathcomp-ssreflect" {< "2.5.0"}
1919
"ocamlbuild"
2020
"ocamlfind"
2121
"menhir" {build}

released/packages/coq-quickchick/coq-quickchick.1.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"ocaml" {>= "4.07"}
1616
"coq" {>= "8.11" < "8.16~"}
1717
"coq-ext-lib"
18-
"coq-mathcomp-ssreflect"
18+
"coq-mathcomp-ssreflect" {< "2.5.0"}
1919
"ocamlbuild"
2020
"ocamlfind"
2121
"menhir" {build}

0 commit comments

Comments
 (0)