[Haskell-cafe] Cannot find HS*.o linked object for loading into ghci after last update

Albert Y. C. Lai trebla at vex.net
Wed Dec 4 19:43:32 UTC 2013


On 13-11-27 07:07 AM, Thiago Padilha wrote:
> After last update, cabal-install stopped generating an HSfoo-VERSION.o(assuming
> the package name is 'foo') in the dist/build directory.

I cannot reproduce the problem. Works for me.

$ ls
LICENSE  Options  optparse-applicative.cabal  README.md  Setup.hs  tests
$ cabal configure
Resolving dependencies...
Configuring optparse-applicative-0.7.0.2...
$ cabal build
Building optparse-applicative-0.7.0.2...
Preprocessing library optparse-applicative-0.7.0.2...
[...]
$ ls dist/build
autogen  HSoptparse-applicative-0.7.0.2.o 
libHSoptparse-applicative-0.7.0.2.a  Options

HSoptparse-applicative-0.7.0.2.o is right there.

How can I reproduce the problem?


More information about the Haskell-Cafe mailing list