From 1127daa9257d29415b7d6f71daa3bc31605cc534 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Thu, 9 May 2019 08:23:44 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sactivation=20de=20paquets=20haskell=20q?= =?UTF-8?q?ui=20ne=20build=20plus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/terminal/developpement-haskell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/terminal/developpement-haskell.nix b/applications/terminal/developpement-haskell.nix index 62fb4ce..8e70be2 100644 --- a/applications/terminal/developpement-haskell.nix +++ b/applications/terminal/developpement-haskell.nix @@ -20,7 +20,7 @@ mkIf flags.developpement-haskell { # Haskell lib autoproc # ? procmail darcs # gestionnaire de version éponyme - ghc-mod # outil d'analyse de code haskell utilisé par IDE + #ghc-mod # outil d'analyse de code haskell utilisé par IDE hindent # indentation code hlint # qualite de code, analyse statique de code + astuces & bonnes pratiques #postgrest # mapper HTTP <-> PostgreSQL @@ -29,7 +29,7 @@ mkIf flags.developpement-haskell { turtle # genre shell-scripting # Application perso - hahp + #hahp pandoc-filter-graphviz # filtre pour utiliser graphviz à partir de pandoc ]); }