-
-
Notifications
You must be signed in to change notification settings - Fork 389
/
Copy pathhls-splice-plugin.cabal
37 lines (35 loc) · 1.14 KB
/
hls-splice-plugin.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
cabal-version: 2.2
name: hls-splice-plugin
version: 0.1.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
category: Development
build-type: Simple
library
exposed-modules: Ide.Plugin.Splice
ghc-options: -Wall
other-modules: Ide.Plugin.Splice.Types
hs-source-dirs: src
build-depends: aeson
, base >=4.12 && <5
, containers
, foldl
, haskell-lsp
, hls-plugin-api
, ghc
, ghc-exactprint
, hls-exactprint-utils
, ghcide
, lens
, dlist
, retrie
, shake
, syb
, text
, transformers
, unordered-containers
default-language: Haskell2010