about summary refs log tree commit diff
path: root/users/grfn/xanthous/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/grfn/xanthous/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/xanthous/shell.nix b/users/grfn/xanthous/shell.nix
index b114671716..2c41cb4aa8 100644
--- a/users/grfn/xanthous/shell.nix
+++ b/users/grfn/xanthous/shell.nix
@@ -10,7 +10,7 @@ in
   packages = p: [ p.xanthous ];
   withHoogle = true;
   doBenchmark = true;
-  buildInputs = (with pkgs.haskellPackages; [
+  buildInputs = (with pkgs.haskell.packages.ghc8107; [
     cabal-install
     ghc-prof-flamegraph
     hp2pretty