Skip to content

Commit f1751b7

Browse files
committed
Use hlint-3.2
1 parent 5d4d2e2 commit f1751b7

8 files changed

+8
-5
lines changed

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
, ghcide
4242
, hashable
4343
, haskell-lsp
44-
, hlint >=3.0
44+
, hlint >=3.2
4545
, hls-plugin-api
4646
, hslogger
4747
, lens

stack-8.10.1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ extra-deps:
2121
- ghc-lib-8.10.2.20200916
2222
- ghc-lib-parser-8.10.2.20200916
2323
- hie-bios-0.7.1
24+
- hlint-3.2
2425
- HsYAML-aeson-0.2.0.0@rev:2
2526
- implicit-hie-cradle-0.2.0.1
2627
- implicit-hie-0.1.2.0

stack-8.6.4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extra-deps:
3838
- haskell-lsp-0.22.0.0
3939
- haskell-lsp-types-0.22.0.0
4040
- hie-bios-0.7.1
41-
- hlint-3.1.4
41+
- hlint-3.2
4242
- HsYAML-0.2.1.0@rev:1
4343
- HsYAML-aeson-0.2.0.0@rev:2
4444
- implicit-hie-cradle-0.2.0.1

stack-8.6.5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extra-deps:
3737
- haskell-lsp-0.22.0.0
3838
- haskell-lsp-types-0.22.0.0
3939
- hie-bios-0.7.1
40-
- hlint-3.1.4
40+
- hlint-3.2
4141
- HsYAML-0.2.1.0@rev:1
4242
- HsYAML-aeson-0.2.0.0@rev:2
4343
- implicit-hie-cradle-0.2.0.1

stack-8.8.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extra-deps:
3333
- haskell-lsp-types-0.22.0.0
3434
- haskell-src-exts-1.21.1
3535
- hie-bios-0.7.1
36-
- hlint-3.1.4
36+
- hlint-3.2
3737
- hoogle-5.0.17.11
3838
- hsimport-0.11.0
3939
- HsYAML-0.2.1.0@rev:1

stack-8.8.3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ extra-deps:
2828
- ghc-lib-parser-8.10.2.20200916
2929
- haskell-src-exts-1.21.1
3030
- hie-bios-0.7.1
31+
- hlint-3.2
3132
- HsYAML-aeson-0.2.0.0@rev:2
3233
- hoogle-5.0.17.11
3334
- hsimport-0.11.0

stack-8.8.4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ extra-deps:
2626
- ghc-exactprint-0.6.3.2
2727
- haskell-src-exts-1.21.1
2828
- hie-bios-0.7.1
29+
- hlint-3.2
2930
- HsYAML-aeson-0.2.0.0@rev:2
3031
- hoogle-5.0.17.11
3132
- hsimport-0.11.0

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extra-deps:
3737
- haskell-lsp-0.22.0.0
3838
- haskell-lsp-types-0.22.0.0
3939
- hie-bios-0.7.1
40-
- hlint-3.1.4
40+
- hlint-3.2
4141
- HsYAML-0.2.1.0@rev:1
4242
- HsYAML-aeson-0.2.0.0@rev:2
4343
- implicit-hie-cradle-0.2.0.1

0 commit comments

Comments
 (0)