about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 71dda5f5..2626fea4 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -137,9 +137,7 @@ in {
       ];
       hp = haskellPackages;
       programmingTools = [
-        hp.cabal-install      # haskell packaging tool
         hp.cabal2nix          # convert cabal files to nixexprs
-        hp.stack              # saviour of all
         git                   # version control system
         myPkgs.git-annex # version controlled binary file storage
         # mercurial             # the other version control system