X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/95f6c9311bf7cbf5edc02ef0b230355c498c4838..3008f56cbb58ef3d70db6006d89eb279b2deb165:/doc/devnotes.rst diff --git a/doc/devnotes.rst b/doc/devnotes.rst index 718ca75..014f2cd 100644 --- a/doc/devnotes.rst +++ b/doc/devnotes.rst @@ -86,7 +86,9 @@ required ones from the quick install document) via:: Or alternatively via ``cabal``:: - $ cabal install quickcheck hscolour hlint shelltestrunner + $ cabal install QuickCheck HUnit \ + test-framework test-framework-quickcheck2 test-framework-hunit \ + hscolour hlint shelltestrunner Configuring for development