BTW is "TimeDate" a Hugism?
Vasili
Hi Duncan,
Actually it was do to a typo on an "Executable"
I specified "N3Parser" where I meant "N3ParserTest" => DUH ..... I am totally ashamed .....
Vasili
On Sun, Jun 14, 2009 at 3:31 AM, Duncan Coutts <duncan.coutts@worc.ox.ac.uk> wrote:On Thu, 2009-06-11 at 23:50 -0500, Vasili I. Galchin wrote:This warning is very suspicious. Perhaps you can post your .cabal file.
> Hello,
>
> As I have said before I a, "cabalizing" Swish (a semantic web
> toolkit). I have it built and have run most of the original author's
> tests by and they pass. There are numerous warnings which seem to be
> either lack of a function type signature or "unreferenced" symbols ...
> I will go through one-by-one and clean these up. However, now I am
> getting the following install-time errors .... any advice on how to
> track down will be greatly apprecriated .... the following is the
> result of "cabal build -v":
>
> Preprocessing executables for swish-0.2.1...
> Building swish-0.2.1...
> /usr/bin/ar: creating dist/build/libHSswish-0.2.1.a
> Warning: output was redirected with -o, but no output will be
> generated because there is no Main module.
I suspect that it's using an inappropriate ghc flag.
Duncan