forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add da-hls helper (digital-asset#13853)
* Add haskell-language-server executable * Add da-hls alias * strip prefixes in da_haskell_libraries * Remove dev-env-provided ghcide * Update mentions of 'ghcide' to 'hls' changelog_begin changelog_end
- Loading branch information
Showing
14 changed files
with
173 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env nix-shell | ||
#!nix-shell -i bash ../../shell.nix | ||
|
||
set -euo pipefail | ||
|
||
bazel build @hls-exe//haskell-language-server | ||
exec ./bazel-bin/external/hls/haskell-language-server-1.7.0.0/_install/bin/haskell-language-server "$@" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
resolver: lts-19.6 | ||
packages: | ||
- haskell-language-server-1.7.0.0 | ||
- floskell-0.10.6 | ||
- ghcide-1.7.0.0 | ||
- heapsize-0.3.0.1 | ||
- hie-compat-0.2.1.1 | ||
- hiedb-0.4.1.0 | ||
- hls-alternate-number-format-plugin-1.1.0.0 | ||
- hls-call-hierarchy-plugin-1.0.3.0 | ||
- hls-change-type-signature-plugin-1.0.1.0 | ||
- hls-class-plugin-1.0.3.0 | ||
- hls-eval-plugin-1.2.2.0 | ||
- hls-explicit-imports-plugin-1.1.0.0 | ||
- hls-floskell-plugin-1.0.1.1 | ||
- hls-fourmolu-plugin-1.0.3.0 | ||
- hls-graph-1.7.0.0 | ||
- hls-haddock-comments-plugin-1.0.1.0 | ||
- hls-hlint-plugin-1.0.4.0 | ||
- hls-module-name-plugin-1.0.2.0 | ||
- hls-ormolu-plugin-1.0.2.1 | ||
- hls-plugin-api-1.4.0.0 | ||
- hls-pragmas-plugin-1.0.2.1 | ||
- hls-qualify-imported-names-plugin-1.0.1.0 | ||
- hls-refine-imports-plugin-1.0.2.0 | ||
- hls-rename-plugin-1.0.0.2 | ||
- hls-retrie-plugin-1.0.2.1 | ||
- hls-selection-range-plugin-1.0.0.0 | ||
- hls-splice-plugin-1.0.1.0 | ||
- implicit-hie-0.1.2.7 | ||
- implicit-hie-cradle-0.5.0.0 | ||
- monad-dijkstra-0.1.1.3 | ||
- retrie-1.1.0.0 |
Oops, something went wrong.