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 f459f61 commit d33b02aCopy full SHA for d33b02a
.github/workflows/release.yml
@@ -53,6 +53,8 @@ jobs:
53
- run: git config --global core.autocrlf false
54
- uses: actions/checkout@v2
55
- uses: haskell/actions/setup@v1
56
+ with:
57
+ ghc-version: '9.0'
58
- uses: ndmitchell/neil@master
59
with:
60
make-release: true
CHANGES.txt
@@ -1,5 +1,7 @@
1
Changelog for HLint (* = breaking change)
2
3
+3.3.6, released 2021-12-29
4
+ #1326, produce release binaries
5
3.3.5, released 2021-12-12
6
#1304, support aeson-2.0
7
#1309, suggest `either Left f x` becomes `f =<< x`
hlint.cabal
@@ -1,7 +1,7 @@
cabal-version: 1.18
build-type: Simple
name: hlint
-version: 3.3.5
+version: 3.3.6
license: BSD3
license-file: LICENSE
category: Development
0 commit comments