Skip to content

Commit 5a9932b

Browse files
committed
enable hlint:ghc-lib on all stack descriptors
1 parent 083aa38 commit 5a9932b

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

stack-8.10.6.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ flags:
7979
pedantic: true
8080
retrie:
8181
BuildExecutable: false
82-
# Stack doesn't support automatic flags.
83-
# Until the formatters support ghc-lib-9, we need this flag disabled
8482
hyphenation:
8583
embed: true
84+
hlint:
85+
ghc-lib: true
8686

8787
nix:
8888
packages: [ icu libcxx zlib ]

stack-8.10.7.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ flags:
8080
pedantic: true
8181
retrie:
8282
BuildExecutable: false
83-
# Stack doesn't support automatic flags.
84-
# Until the formatters support ghc-lib-9, we need this flag disabled
8583
hyphenation:
8684
embed: true
85+
hlint:
86+
ghc-lib: true
8787

8888
nix:
8989
packages: [ icu libcxx zlib ]

stack-8.6.5.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ flags:
132132
# Stack doesn't support automatic flags.
133133
hyphenation:
134134
embed: true
135+
hlint:
136+
ghc-lib: true
135137

136138
nix:
137139
packages: [icu libcxx zlib]

stack-8.8.4.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ flags:
104104
pedantic: true
105105
retrie:
106106
BuildExecutable: false
107-
# Stack doesn't support automatic flags.
108-
# Until the formatters support ghc-lib-9, we need this flag disabled
109107
hyphenation:
110108
embed: true
109+
hlint:
110+
ghc-lib: true
111111

112112
nix:
113113
packages: [icu libcxx zlib]

stack-9.0.1.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ flags:
9393
BuildExecutable: false
9494
hyphenation:
9595
embed: true
96+
hlint:
97+
ghc-lib: true
9698

9799
nix:
98100
packages: [ icu libcxx zlib ]

stack-9.0.2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ flags:
115115
# Stack doesn't support automatic flags.
116116
hyphenation:
117117
embed: true
118+
hlint:
119+
ghc-lib: true
118120

119121
nix:
120122
packages: [ icu libcxx zlib ]

0 commit comments

Comments
 (0)