Skip to content

Commit 5aee4e3

Browse files
authored
Bum up hls-eval-plugin to 0.2 (#1305)
* Bump up version to 0.2 and lower bounds * Apply cabal-fmt
1 parent 0460f99 commit 5aee4e3

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

plugins/hls-eval-plugin/hls-eval-plugin.cabal

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
cabal-version: 2.2
22
name: hls-eval-plugin
3-
version: 0.1.0.1
3+
version: 0.2.0.0
44
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
88
license: Apache-2.0
99
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+
1213
build-type: Simple
1314
extra-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

0 commit comments

Comments
 (0)