Skip to content

Commit

Permalink
#1594, update the changelog
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
ndmitchell committed Aug 26, 2024
1 parent 05257f6 commit 74542f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Changelog for HLint (* = breaking change)

* #1594, upgrade to GHC 9.10
#1568, add mapMaybe f (reverse x) ==> reverse (mapMaybe f x)
#1569, avoid redundant Foldable.toList calls in Foldable operations
#1571, rename a few hints to make them clearer
Expand Down
2 changes: 1 addition & 1 deletion hlint.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.18
build-type: Simple
name: hlint
version: 3.8.1
version: 3.8
license: BSD3
license-file: LICENSE
category: Development
Expand Down

0 comments on commit 74542f9

Please sign in to comment.