Skip to content

Commit 512f73e

Browse files
committed
Version 3.10
Summary: Test Plan:
1 parent cbe742f commit 512f73e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Changelog for HLint (* = breaking change)
22

3+
3.10, released 2024-02-02
34
#1617, hints for when x <*> y could be y, e.g. []
4-
* #1594, upgrade to GHC 9.10
5+
* #1594, upgrade to GHC 9.12
56
#1568, add mapMaybe f (reverse x) ==> reverse (mapMaybe f x)
67
#1569, avoid redundant Foldable.toList calls in Foldable operations
78
#1571, rename a few hints to make them clearer

hlint.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.18
22
build-type: Simple
33
name: hlint
4-
version: 3.8
4+
version: 3.10
55
license: BSD3
66
license-file: LICENSE
77
category: Development

0 commit comments

Comments
 (0)