This repository was archived by the owner on Oct 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +34
-24
lines changed Expand file tree Collapse file tree 12 files changed +34
-24
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ constraints:
15
15
16
16
write-ghc-environment-files : never
17
17
18
- index-state : 2020-02-02T17:43 :42Z
18
+ index-state : 2020-02-05T07:49 :28Z
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ library
73
73
, gitrev >= 1.1
74
74
, haddock-api
75
75
, haddock-library
76
- , haskell-lsp == 0.19 . *
77
- , haskell-lsp-types == 0.19 . *
76
+ , haskell-lsp == 0.20 . *
77
+ , haskell-lsp-types == 0.20 . *
78
78
, haskell-src-exts
79
79
, hie-plugin-api >= 1.1
80
80
, hoogle >= 5.0.13
@@ -219,7 +219,7 @@ test-suite unit-test
219
219
, free
220
220
, ghc
221
221
, haskell-ide-engine
222
- , haskell-lsp-types == 0.19 . *
222
+ , haskell-lsp-types == 0.20 . *
223
223
, hie-bios
224
224
, hie-test-utils
225
225
, hie-plugin-api
@@ -312,8 +312,8 @@ test-suite func-test
312
312
, filepath
313
313
, lsp-test >= 0.10.0.0
314
314
, haskell-ide-engine
315
- , haskell-lsp-types == 0.19 . *
316
- , haskell-lsp == 0.19 . *
315
+ , haskell-lsp-types == 0.20 . *
316
+ , haskell-lsp == 0.20 . *
317
317
, hie-test-utils
318
318
, hie-plugin-api
319
319
, hspec
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import qualified Data.Map.Strict as Map
26
26
import qualified Data.Set as Set
27
27
import qualified Data.Text as T
28
28
import qualified Data.Aeson
29
- import Data.Coerce
30
29
import ErrUtils
31
30
32
31
import Haskell.Ide.Engine.MonadFunctions
@@ -73,7 +72,8 @@ instance Monoid Diagnostics where
73
72
74
73
instance Data.Aeson. ToJSON Diagnostics where
75
74
toJSON (Diagnostics d) = Data.Aeson. toJSON
76
- (Map. mapKeys coerce d :: Map. Map T. Text (Set. Set Diagnostic ))
75
+ (Map. mapKeys extractUri d :: Map. Map T. Text (Set. Set Diagnostic ))
76
+ where extractUri (NormalizedUri _ t) = t
77
77
78
78
type AdditionalErrs = [T. Text ]
79
79
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ library
54
54
, ghc
55
55
, hie-bios
56
56
, cabal-helper
57
- , haskell-lsp == 0.19 . *
57
+ , haskell-lsp == 0.20 . *
58
58
, hslogger
59
59
, unliftio
60
60
, monad-control
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ extra-deps:
27
27
- ghc-lib-parser-ex-8.8.4.0
28
28
- haddock-api-2.20.0
29
29
- haddock-library-1.6.0
30
- - haskell-lsp-0.19 .0.0
31
- - haskell-lsp-types-0.19 .0.0
30
+ - haskell-lsp-0.20 .0.0
31
+ - haskell-lsp-types-0.20 .0.0
32
32
- haskell-src-exts-1.21.1
33
33
- haskell-src-exts-util-0.2.5
34
34
- hie-bios-0.4.0
@@ -39,7 +39,7 @@ extra-deps:
39
39
- invariant-0.5.3
40
40
- lens-4.18.1
41
41
- libyaml-0.1.1.0
42
- - lsp-test-0.10.0 .0
42
+ - lsp-test-0.10.1 .0
43
43
- microlens-th-0.4.3.2
44
44
- monad-dijkstra-0.1.1.2
45
45
- network-3.1.1.1 # for hslogger
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ extra-deps:
33
33
- ghc-lib-parser-ex-8.8.4.0
34
34
- haddock-api-2.20.0
35
35
- haddock-library-1.6.0
36
- - haskell-lsp-0.19 .0.0
37
- - haskell-lsp-types-0.19 .0.0
36
+ - haskell-lsp-0.20 .0.0
37
+ - haskell-lsp-types-0.20 .0.0
38
38
- haskell-src-exts-1.21.1
39
39
- haskell-src-exts-util-0.2.5
40
40
- hie-bios-0.4.0
@@ -49,7 +49,7 @@ extra-deps:
49
49
- invariant-0.5.3
50
50
- lens-4.18.1
51
51
- libyaml-0.1.1.1
52
- - lsp-test-0.10.0 .0
52
+ - lsp-test-0.10.1 .0
53
53
- microlens-th-0.4.3.4
54
54
- monad-dijkstra-0.1.1.2
55
55
- network-3.1.1.1 # for hslogger
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ extra-deps:
26
26
- ghc-lib-parser-ex-8.8.4.0
27
27
- haddock-api-2.20.0
28
28
- haddock-library-1.6.0
29
- - haskell-lsp-0.19 .0.0
30
- - haskell-lsp-types-0.19 .0.0
29
+ - haskell-lsp-0.20 .0.0
30
+ - haskell-lsp-types-0.20 .0.0
31
31
- haskell-src-exts-1.21.1
32
32
- haskell-src-exts-util-0.2.5
33
33
- hie-bios-0.4.0
@@ -38,7 +38,7 @@ extra-deps:
38
38
- invariant-0.5.3
39
39
- lens-4.18.1
40
40
- libyaml-0.1.1.0
41
- - lsp-test-0.10.0 .0
41
+ - lsp-test-0.10.1 .0
42
42
- microlens-th-0.4.3.2
43
43
- monad-dijkstra-0.1.1.2
44
44
- network-3.1.1.1 # for hslogger
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ extra-deps:
20
20
- ghc-lib-parser-8.8.2
21
21
- ghc-lib-parser-ex-8.8.4.0
22
22
- haddock-api-2.22.0
23
- - haskell-lsp-0.19 .0.0
24
- - haskell-lsp-types-0.19 .0.0
23
+ - haskell-lsp-0.20 .0.0
24
+ - haskell-lsp-types-0.20 .0.0
25
25
- haskell-src-exts-1.21.1
26
26
- hie-bios-0.4.0
27
27
- hlint-2.2.10
28
28
- hoogle-5.0.17.11
29
29
- hsimport-0.11.0
30
- - lsp-test-0.10.0 .0
30
+ - lsp-test-0.10.1 .0
31
31
- monad-dijkstra-0.1.1.2@rev:1
32
32
- monad-memo-0.4.1
33
33
- multistate-0.8.0.1
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ extra-deps:
22
22
- ghc-lib-parser-8.8.2
23
23
- ghc-lib-parser-ex-8.8.4.0
24
24
- haddock-api-2.22.0
25
- - haskell-lsp-0.19 .0.0
26
- - haskell-lsp-types-0.19 .0.0
25
+ - haskell-lsp-0.20 .0.0
26
+ - haskell-lsp-types-0.20 .0.0
27
27
- hie-bios-0.4.0
28
28
- hlint-2.2.10
29
29
- hoogle-5.0.17.11
30
30
- hsimport-0.11.0
31
31
- indexed-profunctors-0.1
32
- - lsp-test-0.10.0 .0
32
+ - lsp-test-0.10.1 .0
33
33
- monad-dijkstra-0.1.1.2
34
34
- optics-core-0.2
35
35
- optparse-applicative-0.15.1.0
@@ -38,6 +38,7 @@ extra-deps:
38
38
- semialign-1.1
39
39
- temporary-1.2.1.1
40
40
- topograph-1
41
+
41
42
flags :
42
43
haskell-ide-engine :
43
44
pedantic : true
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ extra-deps:
17
17
- ghc-lib-parser-ex-8.8.4.0
18
18
- haddock-api-2.23.0
19
19
- haddock-library-1.8.0
20
+ - haskell-lsp-0.20.0.0
21
+ - haskell-lsp-types-0.20.0.0
22
+ - lsp-test-0.10.1.0
20
23
- haskell-src-exts-1.21.1
21
24
- hie-bios-0.4.0
22
25
- hlint-2.2.10
You can’t perform that action at this time.
0 commit comments