From 3818122ac9a43650cbf127994eb3b8868ab4ef79 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sat, 14 Jan 2017 17:26:52 +0100 Subject: [PATCH] haskell: ajout de stylish-haskell --- public/app-developpement-haskell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/app-developpement-haskell.nix b/public/app-developpement-haskell.nix index d1615e6..4ef8374 100644 --- a/public/app-developpement-haskell.nix +++ b/public/app-developpement-haskell.nix @@ -17,6 +17,8 @@ mkIf cfg.developpement-haskell { ghc # pour les appels depuis les scripts stack # pour les paquets en LTS de stackage + haskellPackages.stylish-haskell # qualité de code + # Application perso haskellPackages.hahp ];