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