From 74aff92204f70a6f113039fe90d332b44f9493c2 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 20 Nov 2016 18:26:07 +0100 Subject: Enable multi-urls in config file --- shell.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 64bbcc9..fb7cb33 100644 --- a/shell.nix +++ b/shell.nix @@ -7,6 +7,20 @@ with import {}; { tmux tmuxinator nodePackages.nodemon + (haskellPackages.ghcWithPackages (p: with p; [ + text + bytestring + containers + directory + time + http-conduit + tagsoup + mime-mail + blaze-html + blaze-markup + clay + config-manager + ])) ]; }; } -- cgit v1.2.3