From df6e070281155085364212d0a1b1c512b0d2ac0f Mon Sep 17 00:00:00 2001 From: dons Date: Fri, 13 May 2005 11:24:51 +0000 Subject: [PATCH] Note dependency on hsx --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 2b33b07..dd2a309 100644 --- a/README +++ b/README @@ -25,6 +25,10 @@ Read the documentation in doc/ for more. ------------------------------------------------------------------------ DEPENDENCIES: +* Requires HSX, Niklas Broberg's Haskell parser library, available at: + http://www.cs.chalmers.se/~d00nibro/haskell-src-exts + Read the README with this package for how to install it (quite simple) + * Requires GNU make or BSD make to build * Requires GHC > 6.2 (for Typeable.h) * 'plugs' requires a working readline library.