diff --git a/CHANGES.txt b/CHANGES.txt index ec0a2894..bb77b741 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/hlint.cabal b/hlint.cabal index a705e0db..688c4864 100644 --- a/hlint.cabal +++ b/hlint.cabal @@ -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