From 88fa40fde3261c05d857326664487479c7f938cd Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sat, 9 Sep 2017 10:39:28 +0200 Subject: [PATCH] haskell: ajout de servant --- applications/terminal/developpement-haskell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/terminal/developpement-haskell.nix b/applications/terminal/developpement-haskell.nix index e80de53..b5668ed 100644 --- a/applications/terminal/developpement-haskell.nix +++ b/applications/terminal/developpement-haskell.nix @@ -24,6 +24,7 @@ mkIf flags.developpement-haskell { hindent # indentation code hlint # qualite de code, analyse statique de code + astuces & bonnes pratiques postgrest # mapper HTTP <-> PostgreSQL + servant # génération d'API REST stylish-haskell # qualité de code turtle # genre shell-scripting