Skip to content

Commit

Permalink
Merge pull request #282 from jmid/reduce-ppx_deriving_qcheck-dep
Browse files Browse the repository at this point in the history
Reduce ppx_deriving_qcheck's qcheck dependency #273
  • Loading branch information
jmid authored Aug 18, 2023
2 parents 9424d94 + f6947c3 commit faf7e13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## NEXT RELEASE

- ...
- fix #273 by lowering `ppx_deriving_qcheck`'s `qcheck` dependency to `qcheck-core`

## 0.21.1

Expand Down
2 changes: 1 addition & 1 deletion ppx_deriving_qcheck.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ author: [ "the qcheck contributors" ]
depends: [
"dune" {>= "2.8.0"}
"ocaml" {>= "4.08.0"}
"qcheck" {>= "0.19"}
"qcheck-core" {>= "0.19"}
"ppxlib" {>= "0.22.0"}
"ppx_deriving" {>= "5.2.1"}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion test/ppx_deriving_qcheck/deriver/qcheck2/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
test_tuple
test_variants
test_record)
(libraries qcheck-alcotest ppxlib ppx_deriving_qcheck qcheck)
(libraries qcheck-alcotest ppxlib ppx_deriving_qcheck qcheck-core)
(preprocess (pps ppxlib.metaquot ppx_deriving_qcheck)))

0 comments on commit faf7e13

Please sign in to comment.