[darcs-users] darcs patch: add a link to the official haddock docs at darcs.net

Ben Franksen benjamin.franksen at bessy.de
Mon Apr 6 21:04:08 UTC 2009


Eric Kow wrote:
> On Wed, Apr 01, 2009 at 13:26:01 -0700, Simon Michael wrote:
>> Eric/Petr thanks. The website has not automatically rebuilt, we need to
>> do something here. I tried "/home/darcs-unstable/darcs$ make website"
>> but no luck.
> 
> Here's the error I get:
> 
> darcs-unstable at darcs:~/darcs$ make website
> [ghc] .depend
> 
> src/Darcs/Utils.hs:42:7:
>     Could not find module `System.Console.Haskeline.Encoding':
>       it is a member of package haskeline-0.6.1.3, which is hidden
> 
> It sounds like we need to update the autoconf stuff to take the new
> haskeline requirement into account.

The attached patch fixes this. M4 is a mean, mean language, one comma too
much and you'll get subtle misbehaviour instead of a clean error. In this
case, configure does not exit but continues (I have no idea why autoconf/m4
reacts like this, i.e. leaves out the 'exit(1)' calls, but I checked that
this patch fixes it).

Cheers
Ben
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fixed-check-for-haskeline_-there-was-one-comma-too-much.dpatch
URL: <http://lists.osuosl.org/pipermail/darcs-users/attachments/20090406/279a0ab7/attachment-0001.diff>


More information about the darcs-users mailing list