[Haskell-cafe] cabal install darcs fails on Mac OS X Snow Leopard

2010-03-07 Thread George Colpitts
I'm unable to install darcs using cabal. It seems to be getting an error configuring haskeline.Can anybody help? Thanks cabal -V cabal-install version 0.6.4 using version 1.6.0.3 of the Cabal library bash-3.2$ ghc -V The Glorious Glasgow Haskell Compilation System, version 6.10.4 bash-3.2$ caba

Re: [Haskell-cafe] cabal install darcs fails on Mac OS X Snow Leopard

2010-03-07 Thread Ben Millwood
On Sun, Mar 7, 2010 at 3:44 PM, George Colpitts wrote: > /usr/bin/hsc2hs: line 16: unexpected EOF while looking for matching `"' > /usr/bin/hsc2hs: line 17: syntax error: unexpected end of file Sounds like a problem with hsc2hs itself. > When I installed ghc on Snow Leopard I followed the instru

Re: [Haskell-cafe] cabal install darcs fails on Mac OS X Snow Leopard

2010-03-07 Thread George Colpitts
That was it, dropped a double quote, thanks so much ! On Sun, Mar 7, 2010 at 12:13 PM, Ben Millwood wrote: > On Sun, Mar 7, 2010 at 3:44 PM, George Colpitts > wrote: > > /usr/bin/hsc2hs: line 16: unexpected EOF while looking for matching `"' > > /usr/bin/hsc2hs: line 17: syntax error: unexpected