Thank you for your interest in iced-hs!
rustc1.84
GHC>=9.6.6cabal-install>=3.14.1.1fourmolu0.18.0.0cabal-gild1.5.0.1
We use automated formatting. Run the following command to style both rust & haskell codebases:
make styleTo selectively format each codebase, you can run:
make style-hs # For Haskellor
make style-rs # For Rust- Make sure to open an issue and discuss the proposed changes before opening a PR. If the change is trivial you can omit this step (but explain in the PR why you think it does not warrant an issue).
- Add a changelog entry when submitting a PR.