File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
plugins/hls-alternate-number-format-plugin Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,28 +21,28 @@ source-repository head
21
21
type : git
22
22
location : https://github.com/haskell/haskell-language-server.git
23
23
24
+ common warnings
25
+ ghc-options : -Wall -Wunused-packages
26
+
24
27
library
28
+ import : warnings
25
29
exposed-modules : Ide.Plugin.AlternateNumberFormat, Ide.Plugin.Conversion
26
30
other-modules : Ide.Plugin.Literals
27
31
hs-source-dirs : src
28
- ghc-options : -Wall
29
32
build-depends :
30
- aeson
31
33
, base >= 4.12 && < 5
32
34
, containers
33
35
, extra
34
36
, ghcide == 2.6.0.0
35
37
, ghc-boot-th
36
38
, hls-graph
37
39
, hls-plugin-api == 2.6.0.0
38
- , hie-compat
39
40
, lens
40
41
, lsp ^>= 2.3.0.0
41
42
, mtl
42
43
, regex-tdfa
43
44
, syb
44
45
, text
45
- , unordered-containers
46
46
47
47
default-language : Haskell2010
48
48
default-extensions :
@@ -52,6 +52,7 @@ library
52
52
RecordWildCards
53
53
54
54
test-suite tests
55
+ import : warnings
55
56
type : exitcode-stdio-1.0
56
57
default-language : Haskell2010
57
58
hs-source-dirs : test
@@ -64,7 +65,6 @@ test-suite tests
64
65
, hls-alternate-number-format-plugin
65
66
, hls-test-utils == 2.6.0.0
66
67
, lsp
67
- , QuickCheck
68
68
, regex-tdfa
69
69
, tasty-quickcheck
70
70
, text
You can’t perform that action at this time.
0 commit comments