From 09091792615eacd503e87ca70252c572a4bde2b5 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 10 Sep 2018 21:46:10 +0100 Subject: [PATCH] Breaking change: hybrid packages require `installExt = @["nim"]`. --- tests/develop/hybrid/hybrid.nimble | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/develop/hybrid/hybrid.nimble b/tests/develop/hybrid/hybrid.nimble index d580fad..ae478e1 100644 --- a/tests/develop/hybrid/hybrid.nimble +++ b/tests/develop/hybrid/hybrid.nimble @@ -6,6 +6,7 @@ description = "hybrid" license = "MIT" bin = @["hybrid"] +installExt = @["nim"] # Dependencies