File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ synopsis: Utilities used in the tests of Haskell Language Server
5
5
description :
6
6
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
7
7
8
- homepage :
9
- https://github.com/haskell/haskell-language-server#readme
10
-
8
+ homepage : https://github.com/haskell/haskell-language-server#readme
11
9
bug-reports : https://github.com/haskell/haskell-language-server/issues
12
10
license : Apache-2.0
13
11
license-file : LICENSE
@@ -35,7 +33,7 @@ library
35
33
build-depends :
36
34
, aeson
37
35
, async
38
- , base
36
+ , base >= 4.12 && < 5
39
37
, blaze-markup
40
38
, bytestring
41
39
, containers
@@ -44,14 +42,14 @@ library
44
42
, extra
45
43
, filepath
46
44
, ghcide ^>= 1.2
45
+ , hls-graph
47
46
, hls-plugin-api ^>= 1.1
48
47
, hspec
49
48
, hspec-core
50
49
, lens
51
50
, lsp ^>= 1.2
52
51
, lsp-test == 0.14.0.0
53
52
, lsp-types ^>= 1.2
54
- , hls-graph
55
53
, tasty
56
54
, tasty-expected-failure
57
55
, tasty-golden
You can’t perform that action at this time.
0 commit comments