File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ library
53
53
, dhall >= 1.28.0 && < 1.29
54
54
, dhall-json >= 1.4 && < 1.7
55
55
, filepath >= 1.4.2 && < 1.5
56
- , haskell-lsp >= 0.15.0.0 && < 0.17
56
+ , haskell-lsp >= 0.15.0.0 && < 0.18
57
57
, rope-utf16-splay >= 0.3.1.0 && < 0.4
58
58
, hslogger >= 1.2.10 && < 1.4
59
59
, lens >= 4.16.1 && < 4.19
@@ -115,8 +115,8 @@ Test-Suite tests
115
115
GHC-Options : -Wall
116
116
Build-Depends :
117
117
base ,
118
- haskell-lsp-types >= 0.15.0 && < 0.16 ,
119
- lsp-test >= 0.6 && < 0.7 ,
118
+ haskell-lsp-types >= 0.15.0 && < 0.18 ,
119
+ lsp-test >= 0.6 && < 0.9 ,
120
120
tasty >= 0.11.2 && < 1.3 ,
121
121
tasty-hspec >= 1.1 && < 1.2 ,
122
122
text >= 0.11 && < 1.3
Original file line number Diff line number Diff line change 4
4
} :
5
5
mkDerivation {
6
6
pname = "haskell-lsp-types" ;
7
- version = "0.15 .0.0" ;
8
- sha256 = "6b21b7de49d02df51ab9a25a0cf514b47b76ac3c8e46f3079431b6f52e05c2cf " ;
7
+ version = "0.17 .0.0" ;
8
+ sha256 = "77444fa262393ac58b72b5cb6a4b1db401cdea015b42cab427bb4681dcd1230e " ;
9
9
libraryHaskellDepends = [
10
10
aeson base bytestring data-default deepseq filepath hashable lens
11
11
network-uri scientific text unordered-containers
Original file line number Diff line number Diff line change 7
7
} :
8
8
mkDerivation {
9
9
pname = "haskell-lsp" ;
10
- version = "0.15 .0.0" ;
11
- sha256 = "8fddcc317494a308a115abc8789581db301f3fd7906e356e3a49da4b1b042c84 " ;
10
+ version = "0.17 .0.0" ;
11
+ sha256 = "fdd8c88739a782a8127b880d4326d49ca56e76bd071c4cc0524d49539b2d899d " ;
12
12
isLibrary = true ;
13
13
isExecutable = true ;
14
14
libraryHaskellDepends = [
Original file line number Diff line number Diff line change 6
6
} :
7
7
mkDerivation {
8
8
pname = "lsp-test" ;
9
- version = "0.6.1 .0" ;
10
- sha256 = "d15103bc8c84f74ff90220b66cacebe4bcd135ef1e31ddd10c808a94484db7a4 " ;
9
+ version = "0.8.0 .0" ;
10
+ sha256 = "0501730ff0537cb85c83cc0da8eb52c864a5dcaefd5b31bef5fdb58ab6790af1 " ;
11
11
libraryHaskellDepends = [
12
12
aeson aeson-pretty ansi-terminal async base bytestring conduit
13
13
conduit-parse containers data-default Diff directory filepath
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ packages:
9
9
extra-deps :
10
10
- th-lift-instances-0.1.13@sha256:2852e468511805cb25d9e3923c9e91647d008ab4a764ec0921e5e40ff8a8e874,2625
11
11
- th-lift-0.8.0.1@sha256:cceb81b12c0580e02a7a3898b6d60cca5e1be080741f69ddde4f12210d8ba7ca,1960
12
- - haskell-lsp-0.15 .0.0
13
- - haskell-lsp-types-0.15 .0.0
12
+ - haskell-lsp-0.17 .0.0
13
+ - haskell-lsp-types-0.17 .0.0
14
14
- rope-utf16-splay-0.3.1.0@sha256:15a53c57f8413d193054bb5f045929edae3b2669def4c6af63197b30dc1d5003
15
15
- hnix-0.6.1@sha256:13da97c09489ccf0b908fbe7817401137559eebc377c00cd7b8a66b77e8c251b,24519
16
16
- hashing-0.1.0.1@sha256:98861f16791946cdf28e3c7a6ee9ac8b72d546d6e33c569c7087ef18253294e7,2816
@@ -21,7 +21,7 @@ extra-deps:
21
21
- HsYAML-0.2.0.0@sha256:4e554ee481650156a26a71b40f233979cd943f22ee887b70dae3b8b24de2932f,5273
22
22
- HsYAML-aeson-0.2.0.0@sha256:04796abfc01cffded83f37a10e6edba4f0c0a15d45bef44fc5bb4313d9c87757,1791
23
23
- ordered-containers-0.2.2@sha256:ebf2be3f592d9cf148ea6b8375f8af97148d44f82d8d04476899285e965afdbf,810
24
- - lsp-test-0.6.1.0@sha256:df0fc403c03b6d036be13de3ff23d9951ae2506080135cd6862eded2c969a6da,3483
24
+ - lsp-test-0.8.0.0
25
25
- aeson-yaml-1.0.5.0@sha256:5786f021c1e088d6a5aa259120ec5b1f22bb1757f4427c1a87e0513d00f17f31,1975
26
26
- prettyprinter-1.5.1@sha256:fca87c3e2611d3499a0341a59857e9b424a23f31646e4737d535a18582284f96,5375
27
27
- atomic-write-0.2.0.7@sha256:3b626dfbc288cd070f1ac31b1c15ddd49822a923778ffe21f92b2116ffc72dc3,4584
You can’t perform that action at this time.
0 commit comments