From 34a203d4c946b369bae852fa8b867f4fb17e26ce Mon Sep 17 00:00:00 2001 From: Adrian Herrera Date: Fri, 8 Apr 2016 17:58:11 +1000 Subject: [PATCH] Updated Haskell README to make it clear that Alex and Happy are required for c2hs --- bindings/haskell/README.TXT | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bindings/haskell/README.TXT b/bindings/haskell/README.TXT index b5cdccb8..0591dce2 100644 --- a/bindings/haskell/README.TXT +++ b/bindings/haskell/README.TXT @@ -22,6 +22,7 @@ from source. If you are installing into a sandbox, run `cabal sandbox init` before installing Unicorn's dependencies. -If the build fails, try installing c2hs manually via `cabal install c2hs` (note -that this is a known problem). If you are NOT using a sandbox, make sure that -`$HOME/.cabal/bin` is on your PATH. +If the build fails, install c2hs manually `cabal install c2hs` (note that this +will probably also require you to run `cabal install alex` and `cabal install +happy` as well). If you are NOT using a sandbox, ensure that `$HOME/.cabal/bin` +is on your PATH.