Skip to content

Commit d33b02a

Browse files
committed
Version 3.3.6, to produce release binaries
1 parent f459f61 commit d33b02a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
- run: git config --global core.autocrlf false
5454
- uses: actions/checkout@v2
5555
- uses: haskell/actions/setup@v1
56+
with:
57+
ghc-version: '9.0'
5658
- uses: ndmitchell/neil@master
5759
with:
5860
make-release: true

CHANGES.txt

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

3+
3.3.6, released 2021-12-29
4+
#1326, produce release binaries
35
3.3.5, released 2021-12-12
46
#1304, support aeson-2.0
57
#1309, suggest `either Left f x` becomes `f =<< x`

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.3.5
4+
version: 3.3.6
55
license: BSD3
66
license-file: LICENSE
77
category: Development

0 commit comments

Comments
 (0)