Skip to content

Commit b1ca9b3

Browse files
committed
Prepare hls hlint plugin 0.2.0 (#1296)
* Bump up version of hls-hlint-plugin to 0.2.0 * Use ghc-exactprint-0.6.3.4 * Update hackage index to get mmorph revision
1 parent b9c6869 commit b1ca9b3

11 files changed

+14
-35
lines changed

cabal.project

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ packages:
1313
./plugins/hls-haddock-comments-plugin
1414
./plugins/hls-splice-plugin
1515

16-
source-repository-package
17-
type: git
18-
location: https://github.com/alanz/ghc-exactprint.git
19-
tag: 6748e24da18a6cea985d20cc3e1e7920cb743795
20-
2116
tests: true
2217

2318
package *
@@ -30,7 +25,7 @@ package ghcide
3025

3126
write-ghc-environment-files: never
3227

33-
index-state: 2021-01-17T17:47:48Z
28+
index-state: 2021-02-03T00:50:21Z
3429

3530
allow-newer:
3631
active:base,

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: hls-hlint-plugin
3-
version: 0.1.0.0
3+
version: 0.2.0.0
44
synopsis: Hlint integration plugin with Haskell Language Server
55
description: Please see Haskell Language Server Readme (https://github.com/haskell/haskell-language-server#readme)
66
license: Apache-2.0
@@ -38,12 +38,12 @@ library
3838
, directory
3939
, extra
4040
, filepath
41-
, ghc-exactprint
42-
, ghcide
41+
, ghc-exactprint >=0.6.3.4
42+
, ghcide >=0.7.2.0
4343
, hashable
4444
, haskell-lsp
4545
, hlint >=3.2
46-
, hls-plugin-api
46+
, hls-plugin-api >=0.7.0.0
4747
, hslogger
4848
, lens
4949
, regex-tdfa

stack-8.10.1.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ extra-deps:
2626
- data-tree-print-0.1.0.2@rev:2
2727
- floskell-0.10.4
2828
- fourmolu-0.3.0.0
29-
# - ghc-exactprint-0.6.3.3
30-
- git: https://github.com/alanz/ghc-exactprint.git
31-
commit: 6748e24da18a6cea985d20cc3e1e7920cb743795
29+
- ghc-exactprint-0.6.3.4
3230
- ghc-lib-8.10.3.20201220
3331
- ghc-lib-parser-8.10.3.20201220
3432
- haskell-lsp-0.23.0.0

stack-8.10.2.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ extra-deps:
2626
- data-tree-print-0.1.0.2@rev:2
2727
- floskell-0.10.4
2828
- fourmolu-0.3.0.0
29-
- git: https://github.com/alanz/ghc-exactprint.git
30-
commit: 6748e24da18a6cea985d20cc3e1e7920cb743795
29+
- ghc-exactprint-0.6.3.4
3130
- ghc-lib-8.10.3.20201220
3231
- ghc-lib-parser-8.10.3.20201220
3332
- haskell-lsp-0.23.0.0

stack-8.10.3.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ extra-deps:
2626
- data-tree-print-0.1.0.2@rev:2
2727
- floskell-0.10.4
2828
- fourmolu-0.3.0.0
29-
- git: https://github.com/alanz/ghc-exactprint.git
30-
commit: 6748e24da18a6cea985d20cc3e1e7920cb743795
29+
- ghc-exactprint-0.6.3.4
3130
- heapsize-0.3.0
3231
- implicit-hie-cradle-0.3.0.2
3332
- implicit-hie-0.1.2.5

stack-8.6.4.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ extra-deps:
3636
- fuzzy-0.1.0.0
3737
- ghc-check-0.5.0.1
3838
- ghc-events-0.13.0
39-
# - ghc-exactprint-0.6.3.3
40-
- git: https://github.com/alanz/ghc-exactprint.git
41-
commit: 6748e24da18a6cea985d20cc3e1e7920cb743795
39+
- ghc-exactprint-0.6.3.4
4240
- ghc-lib-8.10.3.20201220
4341
- ghc-lib-parser-8.10.3.20201220
4442
- ghc-lib-parser-ex-8.10.0.17

stack-8.6.5.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ extra-deps:
3535
- fuzzy-0.1.0.0
3636
- ghc-check-0.5.0.1
3737
- ghc-events-0.13.0
38-
# - ghc-exactprint-0.6.3.3
39-
- git: https://github.com/alanz/ghc-exactprint.git
40-
commit: 6748e24da18a6cea985d20cc3e1e7920cb743795
38+
- ghc-exactprint-0.6.3.4
4139
- ghc-lib-8.10.3.20201220
4240
- ghc-lib-parser-8.10.3.20201220
4341
- ghc-lib-parser-ex-8.10.0.17

stack-8.8.2.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ extra-deps:
3131
- fourmolu-0.3.0.0
3232
- ghc-check-0.5.0.1
3333
- ghc-events-0.13.0
34-
# - ghc-exactprint-0.6.3.3
35-
- git: https://github.com/alanz/ghc-exactprint.git
36-
commit: 6748e24da18a6cea985d20cc3e1e7920cb743795
34+
- ghc-exactprint-0.6.3.4
3735
- ghc-lib-8.10.3.20201220
3836
- ghc-lib-parser-8.10.3.20201220
3937
- ghc-lib-parser-ex-8.10.0.17

stack-8.8.3.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ extra-deps:
2929
- extra-1.7.3
3030
- floskell-0.10.4
3131
- fourmolu-0.3.0.0
32-
# - ghc-exactprint-0.6.3.3
33-
- git: https://github.com/alanz/ghc-exactprint.git
34-
commit: 6748e24da18a6cea985d20cc3e1e7920cb743795
32+
- ghc-exactprint-0.6.3.4
3533
- ghc-lib-8.10.3.20201220
3634
- ghc-lib-parser-8.10.3.20201220
3735
- ghc-trace-events-0.1.2.1

stack-8.8.4.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ extra-deps:
2828
- constrained-dynamic-0.1.0.0
2929
- floskell-0.10.4
3030
- fourmolu-0.3.0.0
31-
# - ghc-exactprint-0.6.3.3
32-
- git: https://github.com/alanz/ghc-exactprint.git
33-
commit: 6748e24da18a6cea985d20cc3e1e7920cb743795
31+
- ghc-exactprint-0.6.3.4
3432
- ghc-lib-8.10.3.20201220
3533
- ghc-lib-parser-8.10.3.20201220
3634
- ghc-trace-events-0.1.2.1

stack.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ extra-deps:
3737
- fuzzy-0.1.0.0
3838
- ghc-check-0.5.0.1
3939
- ghc-events-0.13.0
40-
# - ghc-exactprint-0.6.3.3
41-
- git: https://github.com/alanz/ghc-exactprint.git
42-
commit: 6748e24da18a6cea985d20cc3e1e7920cb743795
40+
- ghc-exactprint-0.6.3.4
4341
- ghc-lib-8.10.3.20201220
4442
- ghc-lib-parser-8.10.3.20201220
4543
- ghc-lib-parser-ex-8.10.0.17

0 commit comments

Comments
 (0)