Skip to content

Commit e8c6051

Browse files
committed
Add cabal-add extra-dep for stack files
1 parent 68deb73 commit e8c6051

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

Diff for: cabal.project

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ packages:
77
./hls-plugin-api
88
./hls-test-utils
99

10+
-- Only keep this until https://github.com/Bodigrim/cabal-add/issues/7
11+
-- is resolved
1012
source-repository-package
1113
type: git
1214
location: https://github.com/Bodigrim/cabal-add.git
13-
tag: master
15+
tag: 8c004e2a4329232f9824425f5472b2d6d7958bbd
1416

1517
index-state: 2024-06-29T00:00:00Z
1618

Diff for: stack-lts22.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ extra-deps:
3737
- trial-optparse-applicative-0.0.0.0
3838
- trial-tomland-0.0.0.0
3939
- validation-selective-0.2.0.0
40+
# Only keep this until https://github.com/Bodigrim/cabal-add/issues/7
41+
# is resolved
42+
- git: https://github.com/Bodigrim/cabal-add.git
43+
commit: 8c004e2a4329232f9824425f5472b2d6d7958bbd
44+
- cabal-install-parsers-0.6.1.1
45+
4046

4147
configure-options:
4248
ghcide:
@@ -51,6 +57,8 @@ flags:
5157
ghc-lib: true
5258
retrie:
5359
BuildExecutable: false
60+
cabal-add:
61+
cabal-syntax: true
5462

5563
nix:
5664
packages: [icu libcxx zlib]

Diff for: stack.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ extra-deps:
3838
- trial-0.0.0.0
3939
- trial-optparse-applicative-0.0.0.0
4040
- trial-tomland-0.0.0.0
41+
# Only keep this until https://github.com/Bodigrim/cabal-add/issues/7
42+
# is resolved
43+
- git: https://github.com/Bodigrim/cabal-add.git
44+
commit: 8c004e2a4329232f9824425f5472b2d6d7958bbd
45+
- cabal-install-parsers-0.6.1.1
4146

4247
configure-options:
4348
ghcide:
@@ -52,6 +57,8 @@ flags:
5257
ghc-lib: true
5358
retrie:
5459
BuildExecutable: false
60+
cabal-add:
61+
cabal-syntax: true
5562

5663
nix:
5764
packages: [icu libcxx zlib]

0 commit comments

Comments
 (0)