From 1e00db386403c1770bdb0f9bf6a2f3436338d3f7 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sat, 4 Mar 2017 17:17:19 +0100 Subject: [PATCH] haskell: commentaires --- public/app-developpement-haskell.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/app-developpement-haskell.nix b/public/app-developpement-haskell.nix index fda0dbf..6f8acb2 100644 --- a/public/app-developpement-haskell.nix +++ b/public/app-developpement-haskell.nix @@ -17,10 +17,11 @@ mkIf cfg.developpement-haskell { ghc # pour les appels depuis les scripts stack # pour les paquets en LTS de stackage + haskellPackages.hindent # indentation code + haskellPackages.hlint # qualite de code, analyse statique de code + astuces & bonnes pratiques + #haskellPackages.postgrest # mapper HTTP <-> PostgreSQL haskellPackages.stylish-haskell # qualité de code - haskellPackages.hindent - haskellPackages.hlint - haskellPackages.threadscope + haskellPackages.threadscope # visualisation des threads (.eventlog) # Application perso haskellPackages.hahp