about summary refs log tree commit diff
path: root/users/glittershark/owothia
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/owothia')
-rw-r--r--users/glittershark/owothia/shell.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/users/glittershark/owothia/shell.nix b/users/glittershark/owothia/shell.nix
index 4a89fa0a5d..1ad70c907b 100644
--- a/users/glittershark/owothia/shell.nix
+++ b/users/glittershark/owothia/shell.nix
@@ -17,7 +17,6 @@ in
   buildInputs = with haskellPackages; [
     cabal-install
     hlint
-    # TODO(sterni): versions out of sync
-    # pkgs.haskell-language-server.ghc884
+    haskell-language-server
   ];
 }