From c2c9b9e34e11dbd2ed0af558eb64b3cb42f4bb68 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 10 Nov 2021 21:20:29 +0200 Subject: [PATCH] contributing: upd: talk not just about install/ project --- docs/contributing/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/contributing.md b/docs/contributing/contributing.md index 937a4ba414e..bc8b6adee34 100644 --- a/docs/contributing/contributing.md +++ b/docs/contributing/contributing.md @@ -122,7 +122,7 @@ cradle: cabal: ``` -Also note that the `install/` subdirectory is a different project, so if you want to work on this part of the code, you may also have to create an `install/hie.yaml` file. +Also note that many subdirectories of a project are in itself are subprojects, so if you want to work on this part of the code, you may also have to create an `hie.yaml` files where `cabal` files reside. ### Manually testing your hacked HLS If you want to test HLS while hacking on it, follow the steps below.