[Haskell-cafe] Parse error in a package file

Isaac Jones ijones at syntaxpolice.org
Sun Feb 13 20:18:36 EST 2005


Dmitri Pissarenko <mailing-lists at dapissarenko.com> writes:

> Hello!
>
> I'm building the haskell-jvm-bridge (http://sourceforge.net/projects/jvm-
> bridge/).
>
> The final step of the building procedure is to install the package of haskell-
> jvm-bridge.
>
> When I enter ghc-pkg -a -f javavm.ghc-pkg I'm getting the error
>
> javavm.ghc-pkg: parse error in package config file

(snip)

> Please tell me what's wrong with this package file.

Looks like there are a bunch of mis-placed "-L"s in the file.  Maybe
they need to be quoted?


peace,

  isaac


More information about the Haskell-Cafe mailing list