Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bum up hls-eval-plugin to 0.2 #1305

Merged
merged 3 commits into from
Feb 4, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 14 additions & 13 deletions plugins/hls-eval-plugin/hls-eval-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
cabal-version: 2.2
name: hls-eval-plugin
version: 0.1.0.1
version: 0.2.0.0
synopsis: Eval plugin for Haskell Language Server
description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
category: Development
bug-reports: https://github.com/haskell/haskell-language-server/issues
description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
category: Development
bug-reports: https://github.com/haskell/haskell-language-server/issues
license: Apache-2.0
license-file: LICENSE
author: https://github.com/haskell/haskell-language-server/contributors
maintainer: https://github.com/haskell/haskell-language-server/contributors
author: https://github.com/haskell/haskell-language-server/contributors
maintainer: https://github.com/haskell/haskell-language-server/contributors

build-type: Simple
extra-source-files:
LICENSE
Expand All @@ -30,14 +31,14 @@ library
Ide.Plugin.Eval.Code
Ide.Plugin.Eval.CodeLens
Ide.Plugin.Eval.GHC
Ide.Plugin.Eval.Parse.Option
Ide.Plugin.Eval.Parse.Comments
Ide.Plugin.Eval.Parse.Option
Ide.Plugin.Eval.Types
Ide.Plugin.Eval.Util

build-depends:
, aeson
, base >=4.12 && <5
, base >=4.12 && <5
, containers
, deepseq
, Diff
Expand All @@ -48,13 +49,14 @@ library
, ghc
, ghc-boot-th
, ghc-paths
, ghcide
, ghcide >=0.7.3.0
, hashable
, haskell-lsp
, haskell-lsp-types
, hls-plugin-api
, hls-plugin-api >=0.7
, lens
, megaparsec >= 0.9
, megaparsec >=0.9
, mtl
, parser-combinators
, pretty-simple
, QuickCheck
Expand All @@ -64,10 +66,9 @@ library
, text
, time
, transformers
, mtl
, unordered-containers

ghc-options: -Wall -Wno-name-shadowing
ghc-options: -Wall -Wno-name-shadowing

if flag(pedantic)
ghc-options: -Werror
Expand Down