From e1046471c3a4efd824f775e86a27fb3aa2336336 Mon Sep 17 00:00:00 2001 From: David Sancho Moreno Date: Mon, 26 Jun 2023 22:33:27 +0200 Subject: [PATCH] Remove melange-compiler-libs from intf_of_sign --- lib/intf_of_sign/{_dune => dune} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lib/intf_of_sign/{_dune => dune} (67%) diff --git a/lib/intf_of_sign/_dune b/lib/intf_of_sign/dune similarity index 67% rename from lib/intf_of_sign/_dune rename to lib/intf_of_sign/dune index e12530944..f4e89e7b2 100644 --- a/lib/intf_of_sign/_dune +++ b/lib/intf_of_sign/dune @@ -1,7 +1,7 @@ (executable (name intf_of_sign) (modules intf_of_sign) - (libraries melange-compiler-libs compiler-libs str ppxlib) + (libraries compiler-libs str ppxlib) (public_name intf-of-sign) (preprocess (pps ppxlib.metaquot)))