From 423ca82296f0b5149995d4f996784e8f4be0e7db Mon Sep 17 00:00:00 2001 From: Michael Pereira Date: Thu, 17 Apr 2014 15:08:37 -0400 Subject: [PATCH] Add pandoc to needed dependencies The pandoc command is needed when compiling with make to run the tests --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2aaf73..2bba121 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,12 @@ Text.Regex. To run the unit tests, it also requires QuickCheck2. On Fedora, these can be installed with: yum install ghc ghc-parsec-devel ghc-QuickCheck-devel \ - ghc-json-devel ghc-regex-compat-devel + ghc-json-devel ghc-regex-compat-devel pandoc On Ubuntu and similar, use: apt-get install ghc libghc-parsec3-dev libghc-json-dev \ - libghc-regex-compat-dev libghc-quickcheck2-dev + libghc-regex-compat-dev libghc-quickcheck2-dev pandoc To build and run the tests, cd to the shellcheck source directory and: