"Vasili I. Galchin" <vigalc...@gmail.com> wrote:

> Executable         GraphPartitionTest
>    Main-Is:        Swish.HaskellRDF.GraphPartitionTest.hs
>    Other-modules:  Swish.HaskellRDF.GraphPartition
>                    Swish.HaskellRDF.GraphClass
>                    Swish.HaskellUtils.ListHelpers
>                    Swish.HaskellUtils.TestHelpers

The "Main-Is:" line is wrong: it should be:

>    Main-Is:        Swish/HaskellRDF/GraphPartitionTest.hs

That is, it should name a filepath (usings slashes), not a module (using
dots).

Regards,
    Malcolm
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to