From 7e3712f8539e80aff42478901226f5b628a2f3f5 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sat, 17 Nov 2012 12:09:34 -0800 Subject: [PATCH] Added the regex lib as a dependency --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 905f8c0..db7e166 100644 --- a/README +++ b/README @@ -16,11 +16,11 @@ The goals of ShellCheck are: advanced user's otherwise working script to fail under future circumstances. -ShellCheck is written in Haskell, and requires GHC and Parsec3. To build the -JSON interface and run the unit tests, it also requires QuickCheck2 and JSON. +ShellCheck is written in Haskell, and requires GHC, Parsec3 and Text.Regex. +To build the JSON interface and run the unit tests, it also requires QuickCheck2 and JSON. On Ubuntu and similar, these are called: - ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev + ghc6 libghc6-parsec3-dev libghc6-quickcheck2-dev libghc6-json-dev libghc-regex-compat-dev Build with 'make'.