From 969d6687e582f52930f1158b6cd87dd3fc27dd65 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 8 Mar 2011 13:05:01 +0100 Subject: Alternative include directory on Mac OS X --- examples/hakyll/tutorial.markdown | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/hakyll/tutorial.markdown b/examples/hakyll/tutorial.markdown index 74bf826..3b80db2 100644 --- a/examples/hakyll/tutorial.markdown +++ b/examples/hakyll/tutorial.markdown @@ -256,6 +256,10 @@ macports). Then install [regex-pcre] using: cabal install --extra-include-dirs=/usr/local/include regex-pcre +or + + cabal install --extra-include-dirs=/opt/local/include regex-pcre + ...and proceed to install Hakyll the regular way. [regex-pcre]: http://hackage.haskell.org/package/regex-pcre -- cgit v1.2.3