Skip to content

Commit

Permalink
Mark old qcheck pre-qcheck-core versions as conflicting with it
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Nov 1, 2023
1 parent 8607834 commit d545271
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ depends: [
"ocamlfind"
"ocamlbuild" {build}
]
conflicts: [ "qcheck-core" ]
dev-repo: "git+https://github.com/c-cube/qcheck"
install: [make "install"]
synopsis: "QuickCheck inspired property-based testing for OCaml."
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"ocamlfind"
"ocamlbuild" {build}
]
conflicts: [ "qcheck-core" ]
dev-repo: "git+https://github.com/c-cube/qcheck"
install: [make "install"]
synopsis: "QuickCheck inspired property-based testing for OCaml."
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"ocamlfind"
"ocamlbuild" {build}
]
conflicts: [ "qcheck-core" ]
dev-repo: "git+https://github.com/c-cube/qcheck"
install: [
[make "all" "install_file"]
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ depends: [
"ocamlfind"
"ocamlbuild" {build}
]
conflicts: [ "qcheck-core" ]
dev-repo: "git+https://github.com/c-cube/qcheck"
install: [make "install"]
synopsis: "QuickCheck inspired property-based testing for OCaml."
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"ocamlfind"
"ocamlbuild" {build}
]
conflicts: [ "qcheck-core" ]
install: [
[make "all" "install_file"]
[make "install"]
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ depends: [
]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [ "qcheck-core" ]
synopsis: "QuickCheck inspired property-based testing for OCaml."
description: """
This module allows to check invariants (properties of some types) over
Expand Down
5 changes: 4 additions & 1 deletion packages/qcheck/qcheck.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ depends: [
depopts: ["ounit" ]
dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [ "ounit" { < "2.0" } ]
conflicts: [
"ounit" { < "2.0" }
"qcheck-core"
]
synopsis: "QuickCheck inspired property-based testing for OCaml."
description: """
This module allows to check invariants (properties of some types) over
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [
"ounit" { < "2.0" }
"qcheck-core"
]
synopsis: "QuickCheck inspired property-based testing for OCaml."
description: """
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.5.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [
"ounit" { < "2.0" }
"qcheck-core"
]
post-messages:"new release that fixes some problems with 0.5.1,
including a better handling of backtraces, safe-string awareness,
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.5.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [
"ounit" { < "2.0" }
"qcheck-core"
]
synopsis: "QuickCheck inspired property-based testing for OCaml."
description: """
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.5.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [
"ounit" { < "2.0" }
"qcheck-core"
]
synopsis: "QuickCheck inspired property-based testing for OCaml."
description: """
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [
"ounit" { < "2.0" }
"qcheck-core"
]
post-messages:
"New release of QCheck, split back from qtest.
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dev-repo: "git+https://github.com/c-cube/qcheck.git"
bug-reports: "https://github.com/c-cube/qcheck/issues"
conflicts: [
"ounit" { < "2.0" }
"qcheck-core"
]
synopsis: "QuickCheck inspired property-based testing for OCaml."
description: """
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ depends: [
]
conflicts: [
"ounit" {< "2.0"}
"qcheck-core"
]
synopsis: "QuickCheck inspired property-based testing for OCaml."
description: """
Expand Down
1 change: 1 addition & 0 deletions packages/qcheck/qcheck.0.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
]
conflicts: [
"ounit" {< "2.0"}
"qcheck-core"
]
synopsis: "QuickCheck inspired property-based testing for OCaml."
description: """
Expand Down

0 comments on commit d545271

Please sign in to comment.