hls-eval-plugin 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+7/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hls-eval-plugin.cabal +7/−2
hls-eval-plugin.cabal view
@@ -1,9 +1,10 @@ cabal-version: 2.2 name: hls-eval-plugin-version: 0.1.0.0+version: 0.1.0.1 synopsis: Eval plugin for Haskell Language Server-description: Please see Haskell Language Server Readme (https://github.com/haskell/haskell-language-server#readme)+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@@ -15,6 +16,10 @@ description: Enable -Werror default: False manual: True++source-repository head+ type: git+ location: https://github.com/haskell/haskell-language-server library exposed-modules: Ide.Plugin.Eval