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
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
test/testdata/simple.cabal.golden.txt
18
20
@@ -28,27 +30,21 @@ library
28
30
Ide.Plugin.Cabal.Parse
29
31
30
32
build-depends :
31
- , aeson
32
- , base >= 4.12 && < 5
33
+ , base >= 4.12 && < 5
33
34
, bytestring
34
- , Cabal
35
- , czipwith
35
+ , Cabal ^>= 3.6.3.0 || ^>= 3.4.1.0 || ^>= 3.2
36
36
, deepseq
37
37
, directory
38
- , extra
39
- , filepath
40
- , ghc-exactprint
41
- , ghcide >= 1.6 && < 1.8
38
+ , extra >= 1.7.4
39
+ , ghcide ^>= 1.7
42
40
, hashable
43
- , hls-plugin-api >= 1.3 && < 1.5
44
- , lens
45
- , lsp
46
- , lsp-types
47
- , regex-tdfa
41
+ , hls-plugin-api ^>= 1.4
42
+ , lsp ^>= 1.4.0.0
43
+ , lsp-types ^>= 1.4.0.1
44
+ , regex-tdfa ^>= 1.3.1
48
45
, stm
49
- , text
50
- , transformers
51
- , unordered-containers
46
+ , text ^>= 1.2.4.0
47
+ , unordered-containers >= 0.2.10.0
52
48
53
49
hs-source-dirs : src
54
50
default-language : Haskell2010
@@ -62,11 +58,10 @@ test-suite tests
62
58
build-depends :
63
59
, base
64
60
, filepath
61
+ , ghcide
65
62
, hls-cabal-plugin
66
63
, hls-test-utils ^>= 1.3
67
64
, lens
68
- , lsp
69
- , ghcide
70
65
, lsp-types
71
66
, tasty-hunit
72
67
, 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