about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-07-15 14:00:38 +0200
committerProfpatsch <mail@profpatsch.de>2016-07-15 14:07:18 +0200
commita354a5be976dab6250d206a7ba6240e3afb9c8d2 (patch)
tree27032dfd969634d78fd812b30d21e9b92ad6963e /machines/profpatsch
parentcad5d26199153d02c7b73e676585cc112dfae615 (diff)
machines/katara: cabal-install system-wide
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 6bb32cf6..668b9cb0 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -99,6 +99,7 @@ in {
       hp = haskellPackages;
       programmingTools = [
         hp.cabal2nix          # convert cabal files to nixexprs
+        hp.cabal-install      # haskell project management
         myPkgs.git-annex # version controlled binary file storage
         # mercurial             # the other version control system
         telnet                # tcp debugging
@@ -146,7 +147,6 @@ in {
       nixPkgs = [
         nix-repl                  # nix REPL
         nix-prefetch-scripts      # prefetch store paths from various destinations
-        # haskellPackages.cabal2nix # convert cabal files to nix
       ];
       tmpPkgs = [
         # TODO needs user service