From ab79a4a737a44d6215b346c646d934a2124cda17 Mon Sep 17 00:00:00 2001 From: Hiromi Ishii Date: Sat, 6 Feb 2021 00:32:35 +0900 Subject: [PATCH] hls-splice-plugin: preparatory version bump for the next (not 0.9.0) release (#1312) --- plugins/hls-splice-plugin/hls-splice-plugin.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/hls-splice-plugin/hls-splice-plugin.cabal b/plugins/hls-splice-plugin/hls-splice-plugin.cabal index f42ab39b2f..9fb9272efe 100644 --- a/plugins/hls-splice-plugin/hls-splice-plugin.cabal +++ b/plugins/hls-splice-plugin/hls-splice-plugin.cabal @@ -1,12 +1,12 @@ cabal-version: 2.2 name: hls-splice-plugin -version: 0.2.0.0 +version: 0.4.0.0 synopsis: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes description: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes. license: Apache-2.0 license-file: LICENSE -author: Hiromi ISHII -maintainer: konn.jinro_at_gmail.com +author: https://github.com/haskell/haskell-language-server/contributors +maintainer: https://github.com/haskell/haskell-language-server/contributors category: Development build-type: Simple @@ -23,7 +23,7 @@ library , hls-plugin-api , ghc , ghc-exactprint - , ghcide >= 0.7.1 + , ghcide >= 0.7.3 , lens , dlist , retrie