about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-03-04 21:35:31 +0100
committerProfpatsch <mail@profpatsch.de>2016-03-18 22:41:20 +0100
commitbac128a95b06f7d781bae8ec12acfb5b6c0ff7da (patch)
tree898c9b42e3ffa9a57d05d8b48a25499f78dd4c00 /machines
parent71d288d53baaabfcbd465fc1251a45ac7699f966 (diff)
machines/katara: finally add cabal to env
Diffstat (limited to 'machines')
-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