ocamlmod/ocamlmod-0.0.9-ounit2.patch
2020-02-27 08:45:53 +00:00

27 lines
1.0 KiB
Diff

diff -ur ocamlmod-0.0.9.old/setup.ml ocamlmod-0.0.9.new/setup.ml
--- ocamlmod-0.0.9.old/setup.ml 2020-02-27 08:37:57.787093652 +0000
+++ ocamlmod-0.0.9.new/setup.ml 2020-02-27 08:43:08.335316205 +0000
@@ -7232,7 +7232,7 @@
bs_build_depends =
[
FindlibPackage
- ("oUnit",
+ ("ounit",
Some (OASISVersion.VGreaterEqual "2.0.0"));
FindlibPackage ("str", None)
];
diff -ur ocamlmod-0.0.9.old/_tags ocamlmod-0.0.9.new/_tags
--- ocamlmod-0.0.9.old/_tags 2020-02-27 08:37:57.778093790 +0000
+++ ocamlmod-0.0.9.new/_tags 2020-02-27 08:44:41.314000579 +0000
@@ -18,8 +18,8 @@
<src/ocamlmod.{native,byte}>: pkg_str
<src/*.ml{,i,y}>: pkg_str
# Executable test
-"test/test.byte": pkg_oUnit
+"test/test.byte": pkg_ounit2
"test/test.byte": pkg_str
-<test/*.ml{,i,y}>: pkg_oUnit
+<test/*.ml{,i,y}>: pkg_ounit2
<test/*.ml{,i,y}>: pkg_str
# OASIS_STOP