From 6480a81c1662f75e1996aeb3cb114baf53ca09b9 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 3 Jul 2020 13:46:29 -0400 Subject: feat(xan): Use haskell-language-server Use haskell-language-server instead of haskell-ide-engine for Xanthous. Change-Id: I7ef1433d5cd561e659fc06b3f373a6f29dfa5690 Reviewed-on: https://cl.tvl.fyi/c/depot/+/904 Tested-by: BuildkiteCI Reviewed-by: glittershark Reviewed-by: BuildkiteCI --- users/glittershark/xanthous/shell.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'users/glittershark/xanthous/shell.nix') diff --git a/users/glittershark/xanthous/shell.nix b/users/glittershark/xanthous/shell.nix index 491f0779f808..dd747b740c74 100644 --- a/users/glittershark/xanthous/shell.nix +++ b/users/glittershark/xanthous/shell.nix @@ -5,13 +5,11 @@ })).shellFor { packages = p: [p.xanthous]; withHoogle = true; + doBenchmark = true; buildInputs = with pkgs.haskellPackages; [ cabal-install ghc-prof-flamegraph hp2pretty - ]; - - nativeBuildInputs = [ - (import ./hie.nix { inherit pkgs; }) + pkgs.haskell-language-server.ghc883 ]; } -- cgit 1.4.1