From 1c1f7f31e800ddec64b0ebb92feb29f2d451dd38 Mon Sep 17 00:00:00 2001 From: jneira Date: Mon, 26 Oct 2020 12:56:11 +0100 Subject: [PATCH] Correct component name --- hie.yaml.cbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hie.yaml.cbl b/hie.yaml.cbl index 7def33807..98e66395a 100644 --- a/hie.yaml.cbl +++ b/hie.yaml.cbl @@ -46,5 +46,5 @@ cradle: - path: "./hls-plugin-api/src" component: "hls-plugin-api:lib:hls-plugin-api" - - path: "./plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs" - component: "lib:hlint-plugin" + - path: "./plugins/hls-hlint-plugin/src" + component: "lib:hls-hlint-plugin"