[darcs-users] darcs patch: (cabal build) add two missing modules to... (and 1 more)

Ian Lynagh igloo at earth.li
Fri Jan 23 13:36:57 UTC 2009


On Fri, Jan 23, 2009 at 09:13:10AM +0000, Eric Kow wrote:
> On Thu, Jan 22, 2009 at 23:55:42 +0100, Bertram Felgenhauer wrote:
> > Thu Jan 22 23:46:08 CET 2009  Bertram Felgenhauer <int-e at gmx.de>
> >   * (cabal build) add two missing modules to darcs library
> 
> Applied, thanks!

These were first added here:

Tue Dec 16 01:17:42 GMT 2008  Ian Lynagh <igloo at earth.li>
  * Add missing modules (Autoconf, ThisVersion) to the cabal file
    hunk ./darcs.cabal 122
    +                    Autoconf
    hunk ./darcs.cabal 252
    +                    ThisVersion

Then removed here:

Sun Jan  4 11:13:44 GMT 2009  Petr Rockai <me at mornfall.net>
  * Cabal does not allow listing of autogen'd modules in exposed-modules.
    hunk ./darcs.cabal 124
    -  exposed-modules:
    -                    Autoconf
    -                    CommandLine
    +  exposed-modules:  CommandLine
    hunk ./darcs.cabal 253
    -                    ThisVersion

and now added again:

Thu Jan 22 22:46:08 GMT 2009  Bertram Felgenhauer <int-e at gmx.de>
  * (cabal build) add two missing modules to darcs library
    hunk ./darcs.cabal 272
    +  other-modules:    ThisVersion
    +                    Autoconf

I doubt that making them "other" rather than "exposed" fixes whatever
problem Petr saw (which presumably is that building from a clean tree
doesn't work, but building from one in which Autoconf and ThisVersion
have already been generated does?).


Thanks
Ian



More information about the darcs-users mailing list