Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@ 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: 8c004e2a4329232f9824425f5472b2d6d7958bbd

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

index-state: 2024-08-22T00:00:00Z

tests: True
test-show-details: direct
Expand Down
5 changes: 1 addition & 4 deletions stack-lts22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ 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: https://github.com/Bodigrim/cabal-add.git
commit: 8c004e2a4329232f9824425f5472b2d6d7958bbd
- cabal-add-0.1
- cabal-install-parsers-0.6.1.1


Expand Down
5 changes: 1 addition & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ 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: https://github.com/Bodigrim/cabal-add.git
commit: 8c004e2a4329232f9824425f5472b2d6d7958bbd
- cabal-add-0.1
- cabal-install-parsers-0.6.1.1

configure-options:
Expand Down
Loading