Skip to content

Commit e28b358

Browse files
committed
Version 2.0.5
1 parent 8fe466b commit e28b358

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Changelog for HLint
22

3+
2.0.5
34
If the datadir is missing use data/ relative to the executable
45
Fix test mode to obey --datadir
56
2.0.4

Sample.hs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{-# LANGUAGE MagicHash #-}
2+
import GHC.Prim
3+
4+
data X = X Int#

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

0 commit comments

Comments
 (0)