File tree 1 file changed +14
-13
lines changed
1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : hls-eval-plugin
3
- version : 0.1 .0.1
3
+ version : 0.2 .0.0
4
4
synopsis : Eval plugin for Haskell Language Server
5
- description : Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
6
- category : Development
7
- bug-reports : https://github.com/haskell/haskell-language-server/issues
5
+ description : Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
6
+ category : Development
7
+ bug-reports : https://github.com/haskell/haskell-language-server/issues
8
8
license : Apache-2.0
9
9
license-file : LICENSE
10
- author : https://github.com/haskell/haskell-language-server/contributors
11
- maintainer : https://github.com/haskell/haskell-language-server/contributors
10
+ author : https://github.com/haskell/haskell-language-server/contributors
11
+ maintainer : https://github.com/haskell/haskell-language-server/contributors
12
+
12
13
build-type : Simple
13
14
extra-source-files :
14
15
LICENSE
@@ -30,14 +31,14 @@ library
30
31
Ide.Plugin.Eval.Code
31
32
Ide.Plugin.Eval.CodeLens
32
33
Ide.Plugin.Eval.GHC
33
- Ide.Plugin.Eval.Parse.Option
34
34
Ide.Plugin.Eval.Parse.Comments
35
+ Ide.Plugin.Eval.Parse.Option
35
36
Ide.Plugin.Eval.Types
36
37
Ide.Plugin.Eval.Util
37
38
38
39
build-depends :
39
40
, aeson
40
- , base >= 4.12 && < 5
41
+ , base >= 4.12 && < 5
41
42
, containers
42
43
, deepseq
43
44
, Diff
@@ -48,13 +49,14 @@ library
48
49
, ghc
49
50
, ghc-boot-th
50
51
, ghc-paths
51
- , ghcide
52
+ , ghcide >= 0.7.3.0
52
53
, hashable
53
54
, haskell-lsp
54
55
, haskell-lsp-types
55
- , hls-plugin-api
56
+ , hls-plugin-api >= 0.7
56
57
, lens
57
- , megaparsec >= 0.9
58
+ , megaparsec >= 0.9
59
+ , mtl
58
60
, parser-combinators
59
61
, pretty-simple
60
62
, QuickCheck
@@ -64,10 +66,9 @@ library
64
66
, text
65
67
, time
66
68
, transformers
67
- , mtl
68
69
, unordered-containers
69
70
70
- ghc-options : -Wall -Wno-name-shadowing
71
+ ghc-options : -Wall -Wno-name-shadowing
71
72
72
73
if flag(pedantic)
73
74
ghc-options : -Werror
You can’t perform that action at this time.
0 commit comments