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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/owothia/shell.nix b/users/glittershark/owothia/shell.nix
index 9446a353d5..53971c97bd 100644
--- a/users/glittershark/owothia/shell.nix
+++ b/users/glittershark/owothia/shell.nix
@@ -9,6 +9,6 @@ args@{ pkgs ? (import ../../../. {}).third_party, ... }:
   buildInputs = with pkgs.haskellPackages; [
     cabal-install
     hlint
-    pkgs.haskell-language-server.ghc883
+    pkgs.haskell-language-server.ghc884
   ];
 }