chore: fix opam file

This commit is contained in:
Simon Cruanes 2022-10-10 16:06:02 -04:00
parent b577389acf
commit 89c9e00500
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 0 additions and 3 deletions

View file

@ -56,8 +56,6 @@
(< "0.4"))) (< "0.4")))
(sidekick (sidekick
(= :version)) (= :version))
(sidekick-base
(= :version))
(qcheck (qcheck
(and (and
:with-test :with-test

View file

@ -12,7 +12,6 @@ depends: [
"zarith" "zarith"
"smtlib-utils" {>= "0.1" & < "0.4"} "smtlib-utils" {>= "0.1" & < "0.4"}
"sidekick" {= version} "sidekick" {= version}
"sidekick-base" {= version}
"qcheck" {with-test & >= "0.16"} "qcheck" {with-test & >= "0.16"}
"mdx" {with-test} "mdx" {with-test}
"odoc" {with-doc} "odoc" {with-doc}