Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6078f6e

Browse files
committedNov 10, 2021
contributing: add implicit-hie gen-hie > hie.yaml note
This tool helps me for years.
1 parent c2c9b9e commit 6078f6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎docs/contributing/contributing.md

+6
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ cradle:
124124
125125
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.
126126

127+
Frequently [implicit-hie](https://github.com/Avi-D-coder/implicit-hie) project helps by generating configuration for all projects by:
128+
```shell
129+
gen-hie > hie.yaml # into the main HLS directory
130+
```
131+
that whould generate 1 file with a tree of configuration for all projects, that configuration may work as is or be tuned further with custom configuration.
132+
127133
### Manually testing your hacked HLS
128134
If you want to test HLS while hacking on it, follow the steps below.
129135

0 commit comments

Comments
 (0)
Please sign in to comment.