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