From 157371fa004f1dee03fc3e4c413f5f4488416a2f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 21 May 2019 12:32:58 -0700 Subject: [PATCH] ;make: add ghcid to tools list [ci skip] --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6cd37a73e..66beb4809 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ # - stack (http://haskell-lang.org/get-started, installs libs and runs ghc) # - shelltestrunner (hackage, runs functional tests) # - quickbench (hackage/stackage, runs benchmarks) +# - ghcid (hackage/stackage, recompiles and optionally runs tests on file change) # - hasktags (hackage, generates tag files for code navigation) # - profiterole (hackage/stackage, simplifies profiles) # - profiteur (hackage/stackage, renders profiles as html)