File tree 2 files changed +15
-18
lines changed 2 files changed +15
-18
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ maintainer: fendor@posteo.de
13
13
category : Development
14
14
extra-source-files :
15
15
CHANGELOG.md
16
+ test/testdata/invalid.cabal
17
+ test/testdata/licenseCodeAction.cabal
16
18
test/testdata/simple.cabal
17
19
18
20
common warnings
@@ -27,27 +29,21 @@ library
27
29
Ide.Plugin.Cabal.Parse
28
30
29
31
build-depends :
30
- , aeson
31
- , base >= 4.12 && < 5
32
+ , base >= 4.12 && < 5
32
33
, bytestring
33
- , Cabal
34
- , czipwith
34
+ , Cabal ^>= 3.6.3.0 || ^>= 3.4.1.0 || ^>= 3.2
35
35
, deepseq
36
36
, directory
37
- , extra
38
- , filepath
39
- , ghc-exactprint
40
- , ghcide >= 1.6 && < 1.8
37
+ , extra >= 1.7.4
38
+ , ghcide ^>= 1.7
41
39
, hashable
42
- , hls-plugin-api >= 1.3 && < 1.5
43
- , lens
44
- , lsp
45
- , lsp-types
46
- , regex-tdfa
40
+ , hls-plugin-api ^>= 1.4
41
+ , lsp ^>= 1.4.0.0
42
+ , lsp-types ^>= 1.4.0.1
43
+ , regex-tdfa ^>= 1.3.1
47
44
, stm
48
- , text
49
- , transformers
50
- , unordered-containers
45
+ , text ^>= 1.2.4.0
46
+ , unordered-containers >= 0.2.10.0
51
47
52
48
hs-source-dirs : src
53
49
default-language : Haskell2010
@@ -61,11 +57,10 @@ test-suite tests
61
57
build-depends :
62
58
, base
63
59
, filepath
60
+ , ghcide
64
61
, hls-cabal-plugin
65
62
, hls-test-utils ^>= 1.3
66
63
, lens
67
- , lsp
68
- , ghcide
69
64
, lsp-types
70
65
, tasty-hunit
71
66
, text
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ extra-deps:
41
41
- apply-refact-0.9.3.0
42
42
- brittany-0.13.1.2
43
43
- bytestring-trie-0.2.5.0
44
+ - Cabal-3.2.1.0
44
45
- cabal-plan-0.6.2.0
45
46
- clock-0.7.2
46
47
- constrained-dynamic-0.1.0.0
@@ -63,6 +64,7 @@ extra-deps:
63
64
- ilist-0.3.1.0
64
65
- implicit-hie-cradle-0.3.0.5
65
66
- implicit-hie-0.1.2.6
67
+ - lens-4.19
66
68
- megaparsec-9.0.1
67
69
- monad-dijkstra-0.1.1.2
68
70
- opentelemetry-0.6.1
You can’t perform that action at this time.
0 commit comments