;make: add ghcid to tools list

[ci skip]
This commit is contained in:
Simon Michael 2019-05-21 12:32:58 -07:00
parent 7136707e0d
commit 157371fa00

View File

@ -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)