All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
aarch64
darwin and linux support.prettier-3.2.5
yamllint-1.35.1
0.10 -- 2024-04-16
- Updated tools:
cabal-fmt: 0.1.7.0 -> 0.1.11.0
fourmolu: 0.13.1.0 -> 0.15.0.0
hlint: 3.6.1 -> 3.8
ormolu: 0.7.1.0 -> 0.7.4.0
stylish: 0.14.5.0 -> 0.14.6.0
nixfmt
now points tonixfmt-rfc-style
.
- Added
cabal-plan-0.7.3.0
0.9.1.0 -- 2024-02-10
- Added
nixfmt-0.5.0
0.9.0.1 -- 2023-09-26
- Fixed no args usage in
hie
.
0.9 -- 2023-09-16
- Removed
haddock-cov
- Updated tools:
cabal-fmt: 0.1.6 -> 0.1.7
fourmolu: 0.10.1.0 -> 0.13.1.0
hlint: 3.5 -> 3.6.1
implcit-hie: 0.1.2.7 -> 0.1.4.0
ormolu: 0.5.3.0 -> 0.7.1.0
stylish: 0.14.3.0 -> 0.14.5.0
0.8 -- 2023-02-20
- Updated tools:
fourmolu: 0.8.2.0 -> 0.10.1.0
hlint: 3.4 -> 3.5
ormolu: 0.5.0.1 -> 0.5.3.0
stylish: 0.14.2.0 -> 0.14.3.0
0.7 -- 2022-10-19
hlint
with--refact
now applies refactor hints automatically without prompts.- Updated tools:
cabal-fmt: 0.1.5.1 -> 0.1.6
fourmolu: 0.7.0.1 -> 0.8.2.0
nixpkgs-fmt: 1.2.0 -> 1.3.0
ormolu: 0.5.0.0 -> 0.5.0.1
0.6.1 -- 2022-06-26
- Added
--module-threshold
arg tohaddock-cov
to set coverage per module.
haddock-cov
now parses module names with numbers.- Improved usage descriptions.
0.6 -- 2022-06-21
- Renamed haddock tool to haddock-cov to differentiate between it and the real haddock. This makes the version arg less confusion.
- Made versions on help page more robust.
- Fixed nix-hs-tools version.
0.5.1 -- 2022-06-17
- Added -t alias for haddock --threshold
0.5 -- 2022-06-16
- Set all tools to fail on any error.
- Fixed cabal-fmt tool so that it skips build directory.
0.4.0.1 -- 2022-06-15
- Improved documentation / help.
0.4 -- 2022-06-14
- Added --refactor option to hlint.
- Now using cached fourmolo and hlint from nixpkgs.
- Improve reproducibility via getting find and xargs from nixpkgs.
- Documentation improvements.
0.3 -- 2022-06-04
- Haddock is now a single tool that requires cabal and ghc to be user-provided.
- Bump hlint to 3.4.
- Bump ormolu to 0.5.0.0.
- Bump fourmolu to 0.7.0.1.
- Add
help
andversion
"tools". - Add
--nh-help
arg to each tool showing usage.
- Fixed haddock bug where cabal build failure reported success.
0.2 -- 2022-05-14
- GHC 9.2.1 -> GHC 9.2.2
- Simplify haddocks tool (no minor version)
- Added fourmolu
- Improved ignore haskell build paths
0.1.0.0 -- 2022-02-06
- First version. Released on an unsuspecting world.