Skip to content

Commit

Permalink
contributing: add implicit-hie gen-hie > hie.yaml note
Browse files Browse the repository at this point in the history
This tool helps me for years.
  • Loading branch information
Anton-Latukha committed Nov 10, 2021
1 parent c2c9b9e commit 6078f6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/contributing/contributing.md
Expand Up @@ -124,6 +124,12 @@ cradle:

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.

Frequently [implicit-hie](https://github.com/Avi-D-coder/implicit-hie) project helps by generating configuration for all projects by:
```shell
gen-hie > hie.yaml # into the main HLS directory
```
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.

### Manually testing your hacked HLS
If you want to test HLS while hacking on it, follow the steps below.

Expand Down

0 comments on commit 6078f6e

Please sign in to comment.