summaryrefslogtreecommitdiff
path: root/nixtamal.opam
diff options
context:
space:
mode:
Diffstat (limited to 'nixtamal.opam')
-rw-r--r--nixtamal.opam3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixtamal.opam b/nixtamal.opam
index 0904ad8..17b3e83 100644
--- a/nixtamal.opam
+++ b/nixtamal.opam
@@ -9,7 +9,7 @@ tags: ["nix"]
depends: [
"dune" {>= "3.20"}
"camomile"
- "cmdliner" {>= "2.0.0"}
+ "cmdliner"
"eio"
"eio_main"
"fmt"
@@ -23,6 +23,7 @@ depends: [
"alcotest" {with-test}
"qcheck" {with-test & >= "0.91"}
"qcheck-alcotest" {with-test & >= "0.91"}
+ "bisect_ppx" {with-test}
"odoc" {with-doc}
]
build: [