We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd73f8 commit ab79a4aCopy full SHA for ab79a4a
plugins/hls-splice-plugin/hls-splice-plugin.cabal
@@ -1,12 +1,12 @@
1
cabal-version: 2.2
2
name: hls-splice-plugin
3
-version: 0.2.0.0
+version: 0.4.0.0
4
synopsis: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes
5
description: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes.
6
license: Apache-2.0
7
license-file: LICENSE
8
-author: Hiromi ISHII
9
-maintainer: konn.jinro_at_gmail.com
+author: https://github.com/haskell/haskell-language-server/contributors
+maintainer: https://github.com/haskell/haskell-language-server/contributors
10
category: Development
11
build-type: Simple
12
@@ -23,7 +23,7 @@ library
23
, hls-plugin-api
24
, ghc
25
, ghc-exactprint
26
- , ghcide >= 0.7.1
+ , ghcide >= 0.7.3
27
, lens
28
, dlist
29
, retrie
0 commit comments