We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe742f commit 512f73eCopy full SHA for 512f73e
CHANGES.txt
@@ -1,7 +1,8 @@
1
Changelog for HLint (* = breaking change)
2
3
+3.10, released 2024-02-02
4
#1617, hints for when x <*> y could be y, e.g. []
-* #1594, upgrade to GHC 9.10
5
+* #1594, upgrade to GHC 9.12
6
#1568, add mapMaybe f (reverse x) ==> reverse (mapMaybe f x)
7
#1569, avoid redundant Foldable.toList calls in Foldable operations
8
#1571, rename a few hints to make them clearer
hlint.cabal
@@ -1,7 +1,7 @@
cabal-version: 1.18
build-type: Simple
name: hlint
-version: 3.8
+version: 3.10
license: BSD3
license-file: LICENSE
category: Development
0 commit comments