Skip to content

Commit

Permalink
Add cabal-add extra-dep for stack files
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Aug 20, 2024
1 parent 68deb73 commit ee55bc1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ packages:
./hls-plugin-api
./hls-test-utils

-- Only keep this until https://github.com/Bodigrim/cabal-add/issues/7
-- is resolved
source-repository-package
type: git
location: https://github.com/Bodigrim/cabal-add.git
tag: master
tag: 8c004e2a4329232f9824425f5472b2d6d7958bbd

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

Expand Down
8 changes: 8 additions & 0 deletions stack-lts22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ extra-deps:
- trial-optparse-applicative-0.0.0.0
- trial-tomland-0.0.0.0
- validation-selective-0.2.0.0
# Only keep this until https://github.com/Bodigrim/cabal-add/issues/7
# is resolved
- git: [email protected]:Bodigrim/cabal-add
commit: 8c004e2a4329232f9824425f5472b2d6d7958bbd
- cabal-install-parsers-0.6.2


configure-options:
ghcide:
Expand All @@ -51,6 +57,8 @@ flags:
ghc-lib: true
retrie:
BuildExecutable: false
cabal-add:
cabal-syntax: true

nix:
packages: [icu libcxx zlib]
Expand Down
7 changes: 7 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ extra-deps:
- trial-0.0.0.0
- trial-optparse-applicative-0.0.0.0
- trial-tomland-0.0.0.0
# Only keep this until https://github.com/Bodigrim/cabal-add/issues/7
# is resolved
- git: [email protected]:Bodigrim/cabal-add
commit: 8c004e2a4329232f9824425f5472b2d6d7958bbd
- cabal-install-parsers-0.6.1.1

configure-options:
ghcide:
Expand All @@ -52,6 +57,8 @@ flags:
ghc-lib: true
retrie:
BuildExecutable: false
cabal-add:
cabal-syntax: true

nix:
packages: [icu libcxx zlib]
Expand Down

0 comments on commit ee55bc1

Please sign in to comment.