Other things

main
Bill Ewanick 2020-12-09 09:01:54 -05:00
parent c9d590c569
commit fae10cd458
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ 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
@ -28,8 +28,8 @@ pkgs.mkShell {
ghc ghc
hlint hlint
stack # stack
ghcjs-dom # ghcjs-dom
cabal-install cabal-install
]) ++ (with pkgs; [ ]) ++ (with pkgs; [
nano nano