We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
patdiff
1 parent 8d8a38a commit 655ae27Copy full SHA for 655ae27
dune-project
@@ -107,7 +107,9 @@
107
ppx_expect
108
(ppx_minidebug
109
(>= 2.0.0))
110
- (patdiff :with-test)
+ ; Cannot make it (patdiff :with-test), because `dune build -p neural_nets_lib @install`
111
+ ; builds the tutorials target from dune/test, despite it being inline_tests!
112
+ (patdiff (>= v0.15.0))
113
(odoc :with-doc)
114
(md2mld :with-doc))
115
(tags
neural_nets_lib.opam
@@ -28,7 +28,7 @@ depends: [
28
"ppx_jane"
29
"ppx_expect"
30
"ppx_minidebug" {>= "2.0.0"}
31
- "patdiff" {with-test}
+ "patdiff" {>= "v0.15.0"}
32
"odoc" {with-doc}
33
"md2mld" {with-doc}
34
]
0 commit comments