From 9e5dbd755fd678c67370da50af59021f833e7529 Mon Sep 17 00:00:00 2001 From: Ollie Charles Date: Sat, 6 Feb 2021 15:43:26 +0000 Subject: [PATCH] Add haskell-language-server to the dev shell (#34) --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 4c95299..e1ea53b 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,7 @@ in # You might want some extra tools in the shell (optional). # Some common tools can be added with the `tools` argument - tools = { cabal = "3.2.0.0"; }; + tools = { cabal = "3.2.0.0"; haskell-language-server = "latest"; }; # Prevents cabal from choosing alternate plans, so that # *all* dependencies are provided by Nix.