diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/xanthous/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/xanthous/shell.nix b/users/grfn/xanthous/shell.nix index b11467171615..2c41cb4aa864 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 |