Skip to content

Commit

Permalink
chore: back to haskell.nix HLS
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Apr 20, 2024
1 parent 716ee2f commit 44c6e9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
18 changes: 0 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
inputs = {
haskell-nix.url = "github:input-output-hk/haskell.nix";

# Until `haskell.nix` catches up.
"hls-2.7" = { url = "github:haskell/haskell-language-server/2.7.0.0"; flake = false; };

# We use this for some convenience functions only.
hacknix.url = "github:hackworthltd/hacknix";

Expand Down Expand Up @@ -468,9 +465,7 @@
tools = {
ghcid = "latest";

# Workaround for HLS in haskell.nix. Ref:
# https://github.com/input-output-hk/haskell.nix/issues/1981#issuecomment-1594278049
haskell-language-server.src = inputs."hls-2.7";
haskell-language-server.src = pkgs.haskell-nix.sources."hls-2.7";

implicit-hie = "latest";

Expand Down

0 comments on commit 44c6e9e

Please sign in to comment.