Update README.md

This commit is contained in:
Avi Dessauer 2021-11-11 10:06:06 -05:00 committed by GitHub
parent e88e07ac5c
commit ec43355a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ gen-hie > hie.yaml
`gen-hie` should be run the root of a cabal or stack project.
The config type (cabal or stack) is determined by the existence of
`dist-newstyle`, `.stack-work`, `stack.yaml`, if none are found the default is cabal.
You can use `--cabal`, or `--stack` options to override config type.
# Cabal Multi project example
```bash