More new posts
commit
7f83a0c875
|
@ -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
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue