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