Skip to content

Commit

Permalink
Defensively fix the patdiff dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Sep 5, 2024
1 parent 8d8a38a commit 655ae27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@
ppx_expect
(ppx_minidebug
(>= 2.0.0))
(patdiff :with-test)
; Cannot make it (patdiff :with-test), because `dune build -p neural_nets_lib @install`
; builds the tutorials target from dune/test, despite it being inline_tests!
(patdiff (>= v0.15.0))
(odoc :with-doc)
(md2mld :with-doc))
(tags
Expand Down
2 changes: 1 addition & 1 deletion neural_nets_lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ depends: [
"ppx_jane"
"ppx_expect"
"ppx_minidebug" {>= "2.0.0"}
"patdiff" {with-test}
"patdiff" {>= "v0.15.0"}
"odoc" {with-doc}
"md2mld" {with-doc}
]
Expand Down

0 comments on commit 655ae27

Please sign in to comment.