Daily blog update
parent
c9d590c569
commit
5229bd998d
10
shell.nix
10
shell.nix
|
@ -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
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue