diff options
Diffstat (limited to 'users/glittershark')
-rw-r--r-- | users/glittershark/owothia/shell.nix | 2 | ||||
-rw-r--r-- | users/glittershark/xanthous/shell.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/users/glittershark/owothia/shell.nix b/users/glittershark/owothia/shell.nix index 9446a353d5f9..53971c97bd36 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 ]; } diff --git a/users/glittershark/xanthous/shell.nix b/users/glittershark/xanthous/shell.nix index 9881e6bf0452..e7eb847bd008 100644 --- a/users/glittershark/xanthous/shell.nix +++ b/users/glittershark/xanthous/shell.nix @@ -11,6 +11,6 @@ ghc-prof-flamegraph hp2pretty hlint - pkgs.haskell-language-server.ghc883 + pkgs.haskell-language-server.ghc884 ]; } |