Daily blog update

main
Alice 2020-12-04 13:30:32 +00:00
parent c9d590c569
commit 5229bd998d
1 changed files with 5 additions and 5 deletions

View File

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