That was it, dropped a double quote, thanks so much !
On Sun, Mar 7, 2010 at 3:44 PM, George ColpittsSounds like a problem with hsc2hs itself.
<george.colpitts@gmail.com> wrote:
> /usr/bin/hsc2hs: line 16: unexpected EOF while looking for matching `"'
> /usr/bin/hsc2hs: line 17: syntax error: unexpected end of file
It says:
> When I installed ghc on Snow Leopard I followed the instructions at
> http://www.haskell.org/haskellwiki/Mac_OS_X
Many packages need hsc2hs. To make it work correctly you need similar hackery:
* Open /usr/bin/hsc2hs
* Insert --cflag="-m32" --lflag="-m32" before $tflag
My best guess is that you mistyped this step and dropped a double
quote, or something.