From 5fc82e7210bb8925770f8496defe624a4c1c35d9 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 23 Feb 2017 16:45:55 +0100 Subject: machines/katara: add pretty-show to default ghc --- machines/profpatsch/pkgs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/profpatsch/pkgs.nix') diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix index a220aed4..0c1ac109 100644 --- a/machines/profpatsch/pkgs.nix +++ b/machines/profpatsch/pkgs.nix @@ -72,7 +72,7 @@ let }); # A ghci with some sane default packages in scope, & hoogle - saneGhci = haskellPackages.ghcWithHoogle (h: with h; [ protolude ]); + saneGhci = haskellPackages.ghcWithHoogle (h: with h; [ protolude pretty-show ]); in { inherit taffybar sent mpv beets poezio vim fast-init xmpp-client searx saneGhci; } -- cgit 1.4.1