about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/katara.nix')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index f077c322..f0d83f2d 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -116,7 +116,9 @@ in {
         # kde4.oxygen-icons TODO
         pavucontrol
       ];
+      hp = haskellPackages;
       programmingTools = [
+        hp.cabal-install  # haskell packaging tool
         git               # version control system
         gnumake           # make
         silver-searcher   # file content searcher, > ack > grep