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 af7b835 commit fb905afCopy full SHA for fb905af
CHANGES.txt
@@ -1,5 +1,7 @@
1
Changelog for HLint (* = breaking change)
2
3
+2.1.23, released 2019-06-09
4
+ Make it an error if your code does not parse with GHC
5
#662, don't warn on ($x), since it might not really be TH
6
#660, suggest tuple sections for \y -> (x,y) and similar
7
#667, warn on return x >> m and similar
hlint.cabal
@@ -1,7 +1,7 @@
cabal-version: >= 1.18
build-type: Simple
name: hlint
-version: 2.1.22
+version: 2.1.23
license: BSD3
license-file: LICENSE
category: Development
0 commit comments