You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/ppx_import/files/ppx_import-dune-ounit2.patch

10 lines
282 B

index 3ec5810..b2d8d6d 100644
--- a/src_test/ppx_deriving/dune
+++ b/src_test/ppx_deriving/dune
@@ -2,4 +2,4 @@
(name test_ppx_import)
(preprocess
(staged_pps ppx_import ppx_deriving.show))
- (libraries compiler-libs.common oUnit))
+ (libraries compiler-libs.common ounit2))