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