Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hindent | 2023-02-21 | 121.0 MB | |
hindent-6.0.0-docs.tar.gz | 2023-02-21 | 354.9 kB | |
hindent-6.0.0.tar.gz | 2023-02-21 | 78.7 kB | |
executables.intoto.jsonl | 2023-02-21 | 25.6 kB | |
source-distribution.intoto.jsonl | 2023-02-21 | 25.8 kB | |
Hindent - 6.0.0.tar.gz | 2023-02-21 | 87.4 kB | |
Hindent - 6.0.0.zip | 2023-02-21 | 114.5 kB | |
README.md | 2023-02-21 | 8.4 kB | |
Totals: 8 Items | 121.7 MB | 0 |
Major changes
- The file parser has been switched from [
haskell-src-exts
] to [ghc-lib-parser
].
What's Changed
- Fix mojibake on test on Windows by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/592
- Remove all
\r
s when readingTESTS.md
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/590 - Run CI on Windows by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/591
- Enable OpenSSF Scorecard code scanning alert and badge by @joycebrum in https://github.com/mihaimaruseac/hindent/pull/595
- Explicitly import
Paths_hindent
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/594 - Change the supported GHC versions. by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/596
- Remove the support for GHC 9.4.1 on Windows by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/597
- Fix Scorecard Github Action by upgrading to 2.0.6 by @joycebrum in https://github.com/mihaimaruseac/hindent/pull/605
- Fix
TESTS.md
according to markdownlint by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/606 - Reorganize module-related tests by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/611
- Create the "Class declarations" section in
TESTS.md
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/612 - Create the "Type synonym declarations" section by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/613
- Reorganize tests related to class instance declarations by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/614
- Reorganize tests related to data declarations by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/615
- Reorganize tests related to lambda expressions by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/616
- Reorganize tests related to list comprehensions by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/617
- Reorganize tests related to record expressions by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/618
- Reorganize tests related to operators by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/619
- Reorganize tests related to type family by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/620
- Reorganize tests related to type signature declarations by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/621
- Reorganize tests related to case expressions by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/622
- Move a test to a proper section by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/623
- Reorganize tests related to function declarations by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/624
- Remove duplicated tests related to
TypeApplications
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/625 - Reorganize "Expressions" section by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/626
- Remove the "Regression tests" section by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/627
- Track
stack.yaml.lock
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/602 - Additional tests by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/629
- Workaround for a build failure on Mac by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/628
- Disable Scorecards by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/630
- Swtich to GHC 9.2.5 in Cabal CI by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/631
- Switch from
haskell-src-exts
toghc-lib-parser
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/593 - Fix GHC 9.2 version in excludes by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/633
- Migrate scorecards to newer versions of workflows by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/634
- Format all files in
src/
withstack run -- src/**/*.hs
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/636 - Remove cabal macos workaround by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/635
- Enable scorecards workflow by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/637
- Fix a comment in
badExtensions
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/639 - Check the format of source files in
src/
on CI by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/598 - Do not convert LF to CRLF by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/642
- Create
HIndent.Config
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/640 - Remove
Tests.hs
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/643 - Print the exact error position by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/645
- Reorganize the directory structure by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/644
- Print unboxed sum type signatures correctly by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/646
- Write
package.yaml
instead ofhindent.cabal
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/647 - Ensure the cabal file is up-to-date on CI by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/648
- Print unboxed expressions correctly by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/649
- Try 9.4.4 again by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/652
- s/HIndent.Types/HIndent.Printer by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/654
- Add a test for [#547] by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/655
- Switch patreon by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/656
- Add a test for
NumericUnderscores
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/657 - Update the result of
hindent --help
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/659 - Add a test for
OverloadedLabels
by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/658 - Remove sponsorship for now by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/660
- Reorganize the changelog by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/661
- Change how to format a data type with a record constructor by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/662
- Remove a newline after a pattern signature by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/663
- Break a long type application (not
TypeApplications
) by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/664 - Break a long type-level list into multiple lines by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/665
- Remove spaces around typed expression brackets by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/666
- Fix not printing data family instances inside a class inst by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/667
- Do not always break short class constraints by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/669
- Do not remove the space before the enclosing bracket by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/670
- Goodbye, Atom by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/671
- Do not insert unnecessary empty lines if a file contains only comments by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/672
- Forgot to add a changelog for [#671] by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/673
- Fix a wrong option name by @toku-sa-n in https://github.com/mihaimaruseac/hindent/pull/674
- Revamp CI by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/678
- Add nix-shell by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/679
- Create security policy by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/680
- Prepare for the next release by @mihaimaruseac in https://github.com/mihaimaruseac/hindent/pull/681
New Contributors
- @joycebrum made their first contribution in https://github.com/mihaimaruseac/hindent/pull/595
Full Changelog: https://github.com/mihaimaruseac/hindent/compare/v5.3.4...v6.0.0