Hindent - 6.1.0
What's Changed
- Increment version number, tentatively for patch release by @mihaimaruseac in #682
- Fix spacing in package description by @mihaimaruseac in #684
- Fix badges by @mihaimaruseac in #685
- Update SLSA generator version to 1.5.0 by @mihaimaruseac in #686
- Enable GHA automatic updates via dependabot by @mihaimaruseac in #687
- Bump haskell/actions from 2.1.0 to 2.3.7 by @dependabot in #688
- Bump ossf/scorecard-action from 2.1.1 to 2.1.3 by @dependabot in #689
- Bump actions/upload-artifact from 3.1.1 to 3.1.2 by @dependabot in #690
- Bump actions/cache from 3.2.2 to 3.3.1 by @dependabot in #691
- Bump actions/checkout from 3.2.0 to 3.5.0 by @dependabot in #692
- Fix behaviour with QualifiedDo by @NathanielB123 in #696
- Bump actions/download-artifact from 3.0.1 to 3.0.2 by @dependabot in #694
- Reenable the self-validation on Windows by @toku-sa-n in #698
- Generate the cabal file with the latest hpack by @toku-sa-n in #700
- Check the cabal file before building by @toku-sa-n in #701
- Support GHC 9.6 by @toku-sa-n in #699
- Remove unnecessary parentheses by @toku-sa-n in #702
- Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #704
- Suppress GHC warnings by @toku-sa-n in #703
- Define
HsModule'
to reduce CPP pragmas by @toku-sa-n in #705 - Fix the haddock handling for class methods by @toku-sa-n in #706
- Fix the misplacement of comments in a do expression by @toku-sa-n in #707
- Fix the misplacement of comments in case expressions by @toku-sa-n in #708
- Define
hindent
for the easy use by @toku-sa-n in #709 - Create PULL_REQUEST_TEMPLATE.md by @toku-sa-n in #711
- Forgot to add a changelog for #709 by @toku-sa-n in #710
reformat
takes a list, not aMaybe
by @toku-sa-n in #712- Simplify the internal structure of
Printer
by @toku-sa-n in #713 - Extract a large chunk of code by @toku-sa-n in #714
reformat
returns aParseError
on error by @toku-sa-n in #715- Aviod using the internal module by @toku-sa-n in #718
- Remove an unnecessary
if
expression by @toku-sa-n in #719 - Fix typo by @toku-sa-n in #716
- Add a test for #103 by @toku-sa-n in #717
- Make
reformat
return aByteString
by @toku-sa-n in #720 - Simplify a case expression by @toku-sa-n in #721
- Remove unused files by @toku-sa-n in #722
- Remove an unused import by @toku-sa-n in #723
- Remove an unused function by @toku-sa-n in #724
- Remove the
text
dependency by @toku-sa-n in #725 - Bump haskell/actions from 2.3.7 to 2.3.8 by @dependabot in #726
- Fix not handling extension implications well by @toku-sa-n in #727
- Remove the default extensions for HIndent by @toku-sa-n in #728
- Fix the wrong hlint ci setting by @toku-sa-n in #730
- Export only the
HIndent
module by @toku-sa-n in #729 - Let language extensions be effective over CPP blocks by @toku-sa-n in #731
- Create the
ByteString
module by @toku-sa-n in #732 - Support ghcid by @toku-sa-n in #734
- Use
unlines'
by @toku-sa-n in #733 - Bump
haskell/actions/*
to v2.4.0 by @mihaimaruseac in #736 - Update scorecards
upload-sarif
action to latest by @mihaimaruseac in #737 - Add GHC 9.0.2 and replace GHC 9.2/9.4 with latest patches by @mihaimaruseac in #738
- Unify the
do
expression style by @toku-sa-n in #739 - Let
ghcid
trackTESTS.md
by @toku-sa-n in #740 - Format based on operator fixity by @toku-sa-n in #741
- Take the fixities of lens' operators into account by @toku-sa-n in #742
- Bump slsa-framework/slsa-github-generator from 1.5.0 to 1.6.0 by @dependabot in #743
- Update changelog for release by @mihaimaruseac in #744
New Contributors
- @dependabot made their first contribution in #688
- @NathanielB123 made their first contribution in #696
Full Changelog: v6.0.0...v6.1.0