From fae10cd45869616d59cbea67c97069c646a457c6 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Wed, 9 Dec 2020 09:01:54 -0500 Subject: [PATCH] Other things --- shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 3c20c37..7d8475f 100644 --- a/shell.nix +++ b/shell.nix @@ -15,7 +15,7 @@ let myPkg = pkgs.haskellPackages.hakyll; ghc = pkgs.haskellPackages.ghcWithHoogle (self: with self; [ - hspec + # hspec split myPkg # hakyll random @@ -28,8 +28,8 @@ pkgs.mkShell { ghc hlint - stack - ghcjs-dom +# stack +# ghcjs-dom cabal-install ]) ++ (with pkgs; [ nano