Skip to content

input-output-hk/fusion-flamingo

Repository files navigation

fusion-flamingo

Development repository for the fusion-flamingo team

Tools and configurations

inotifywait.sh

Constantly watches the directory, and exits when changes are made. Useful for rebuilding on file change for example:

while :; do cabal test cardano-cli-test-golden; sleep 0.5; ./inotifywait.sh ; done

haskdogs.txt

List of directories useful for generating ctags

haskdogs -d haskdogs.txt

.envrc

direnv configuration. Adds prefixes for building the projects with crypto libraries. Downloads GHC configured in cabal.project.local if ghcup is present.

hie.yaml

Generic HLS configuration to make it work everywhere.

About

Development repository for the fusion-flamingo team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages