Skip to content

Commit

Permalink
Model crunch dependency in dkml-install-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonah Beckford committed Sep 14, 2023
1 parent e6c9117 commit b5fa962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dkml-install-installer.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"alcotest" {>= "1.4.0" & with-test}
"dkml-install" {= version}
"dkml-install-runner" {= version}
"crunch" {>= "3.3.1"}
"odoc" {with-doc}
]
build: [
Expand Down
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
(depends
(alcotest (and (>= 1.4.0) :with-test))
(dkml-install (= :version))
(dkml-install-runner (= :version))))
(dkml-install-runner (= :version))
(crunch (>= 3.3.1))))

(package
(name dkml-package-console)
Expand Down

0 comments on commit b5fa962

Please sign in to comment.