From cc977d351948eafc47111a2e2d8bda41fc049eb3 Mon Sep 17 00:00:00 2001 From: Denys Zadorozhnyi Date: Sat, 14 Mar 2020 18:33:57 +0200 Subject: [PATCH] fix hie errors (add components to hie.yaml); --- hie.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/hie.yaml b/hie.yaml index 1f9f2f0d7..16e928c8a 100644 --- a/hie.yaml +++ b/hie.yaml @@ -1 +1,16 @@ -cradle: {stack: {component: "ghcide:lib"}} +cradle: + stack: + - path: "./src" + component: "ghcide:lib" + + - path: "./exe" + component: "ghcide:exe:ghcide" + + - path: "./test/preprocessor" + component: "ghcide:exe:ghcide-test-preprocessor" + + - path: "./test/src" + component: "ghcide:test:ghcide-tests" + + - path: "./test/exe" + component: "ghcide:test:ghcide-tests"