File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : hls-eval-plugin
3- version : 0.1 .0.1
3+ version : 0.2 .0.0
44synopsis : 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
88license : Apache-2.0
99license-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+
1213build-type : Simple
1314extra-source-files :
1415 LICENSE
@@ -30,14 +31,14 @@ library
3031 Ide.Plugin.Eval.Code
3132 Ide.Plugin.Eval.CodeLens
3233 Ide.Plugin.Eval.GHC
33- Ide.Plugin.Eval.Parse.Option
3434 Ide.Plugin.Eval.Parse.Comments
35+ Ide.Plugin.Eval.Parse.Option
3536 Ide.Plugin.Eval.Types
3637 Ide.Plugin.Eval.Util
3738
3839 build-depends :
3940 , aeson
40- , base >= 4.12 && < 5
41+ , base >= 4.12 && < 5
4142 , containers
4243 , deepseq
4344 , Diff
@@ -48,13 +49,14 @@ library
4849 , ghc
4950 , ghc-boot-th
5051 , ghc-paths
51- , ghcide
52+ , ghcide >= 0.7.3.0
5253 , hashable
5354 , haskell-lsp
5455 , haskell-lsp-types
55- , hls-plugin-api
56+ , hls-plugin-api >= 0.7
5657 , lens
57- , megaparsec >= 0.9
58+ , megaparsec >= 0.9
59+ , mtl
5860 , parser-combinators
5961 , pretty-simple
6062 , QuickCheck
@@ -64,10 +66,9 @@ library
6466 , text
6567 , time
6668 , transformers
67- , mtl
6869 , unordered-containers
6970
70- ghc-options : -Wall -Wno-name-shadowing
71+ ghc-options : -Wall -Wno-name-shadowing
7172
7273 if flag(pedantic)
7374 ghc-options : -Werror
You can’t perform that action at this time.
0 commit comments