[darcs-users] cabal-install failure with darcs darcs

Trent W. Buck trentbuck at gmail.com
Mon Jan 5 01:08:46 UTC 2009


"Gwern Branwen" <gwern0 at gmail.com> writes:

> With current darcs and a clean repo, I see:
>
> Linking dist/build/witnesses/witnesses ...
> [  1 of 134] Compiling Context          (
> dist/build/autogen/Context.hs, dist/build/darcs/darcs-tmp/Context.p_o
> )
>
> dist/build/autogen/Context.hs:3:22: Not in scope: `available'

I can reproduce this error.  This is clearly wrong:

    $ cat dist/build/autogen/Context.hs
    module Context where
    context :: String
    context = context not available

The code responsible is Setup.lhs:context and I think it is upset
because neither release/distributed-version nor
release/distributed-context exists.

I don't understand why (show "context not available") doesn't end up
with double quotes around it (i.e. "\"context not available\"").




More information about the darcs-users mailing list