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")))
(sidekick
(= :version))
(sidekick-base
(= :version))
(qcheck
(and
:with-test

View file

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