More new posts

main
Bill Ewanick 2020-12-09 09:05:14 -05:00
commit 7f83a0c875
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ let
ghc = pkgs.haskellPackages.ghcWithHoogle (self: with self; [
# hspec
split
myPkg # hakyll
# myPkg # hakyll
random
neat-interpolation
]);
@ -30,7 +30,7 @@ pkgs.mkShell {
# stack
# ghcjs-dom
cabal-install
# cabal-install
]) ++ (with pkgs; [
nano
]);