about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-04-30 14:47:22 +0200
committerProfpatsch <mail@profpatsch.de>2016-04-30 14:47:22 +0200
commitaa44051c777297d4845d58a134d4b0f377512305 (patch)
tree302c7aa283ef4f0d20a202b1b4e619d4bcf46e3e /machines
parent62f9d54bcd42b1833d35664f1ec73d4bc7832ba9 (diff)
machines/katara: remove cabal & stack from env
Diffstat (limited to 'machines')
-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