packages feed

fix-whitespace-0.0.9: CHANGELOG.md

# fix-whitespace

Version history.

## 0.0.9 released 2022-08-10

- New option `--tab` to set tab-size or keep tabs
  [#31](https://github.com/agda/fix-whitespace/issues/31).
- Tested with GHC 8.0.2 - 9.4.1.

## 0.0.8 released 2022-05-29

- New option `--version` displaying program version
  [#33](https://github.com/agda/fix-whitespace/pull/33).
- Skip files that are not UTF8 encoded, rather than crashing
  [#29](https://github.com/agda/fix-whitespace/issues/29).
- Tested with GHC 8.0.2 - 9.2.2 and 9.4.1 alpha.

## 0.0.7 released 2021-09-07

- Support GHC 8.10.7.

## 0.0.6 released 2021-07-29

- Fix the release version: The tag `0.0.5` on the GitHub repo was released on 14 Oct 2019 while `0.0.5` on Hackage is the commit `1394ec6`.
- Include `-Wall` and `-Wcompact` during compilation.
- Update `stack-x.y.z.yaml` and add `stack-8.10.5.yaml`.

## 0.0.5 released 2021-03-11

- Initial release.
- Tested with GHC 8.0.2 - 9.0.1.