about summary refs log tree commit diff
path: root/machines/profpatsch/pkgs.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-02-23 16:45:55 +0100
committerProfpatsch <mail@profpatsch.de>2017-02-23 16:46:13 +0100
commit5fc82e7210bb8925770f8496defe624a4c1c35d9 (patch)
treec69510ae1b83320d77b41734fed4f2ffda204794 /machines/profpatsch/pkgs.nix
parent7666c8ff3fabc2ecc944eaebe3bc656bd624adee (diff)
machines/katara: add pretty-show to default ghc
Diffstat (limited to 'machines/profpatsch/pkgs.nix')
-rw-r--r--machines/profpatsch/pkgs.nix2
1 files changed, 1 insertions, 1 deletions
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; }