"Gwern Branwen" <[email protected]> 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\"").
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users