From dc26080f6cb7db57fd4f5c5554ebd8353663b2e9 Mon Sep 17 00:00:00 2001 From: Sean Chalmers Date: Wed, 4 Oct 2017 15:40:50 +1000 Subject: [PATCH] Updated l4 readme --- level04/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/level04/README.md b/level04/README.md index c8c783a..7e5adf1 100644 --- a/level04/README.md +++ b/level04/README.md @@ -16,9 +16,12 @@ Start in ``tests/Test.hs``. [HSpec]: (http://hspec.github.io/) [hspec-wai]: (https://hackage.haskell.org/package/hspec-wai) +[doctest]: (https://hackage.haskell.org/package/doctest) #### Aside: Tool Introduction - ghcid +[ghcid]: (https://github.com/ndmitchell/ghcid) + Additionally we'd like to introduce a command line tool that you may find useful for Haskell development; [ghcid]. This is a very lightweight tool that works for any project with a functioning cabal setup. @@ -36,4 +39,3 @@ messages or ``All Good`` if it cannot find any errors. process with constant feedback about your changes. It is very useful in tandem with type holes. Give it a try! -[ghcid]: (https://github.com/ndmitchell/ghcid)