
4 Dec
2013
4 Dec
'13
2:43 p.m.
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?