summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 2d3c492..7028dfd 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,7 +4,7 @@ in
pkgs.mkShell {
packages = [
pkgs.cabal-install
- pkgs.ghc
+ pkgs.haskell.compiler.ghc914
pkgs.llvm
pkgs.vulkan-tools