On Mon, Apr 18, 2005 at 03:17:12AM -0700, Malcolm Wallace wrote: > malcolm 2005/04/18 03:17:12 PDT > > Modified files: > libraries/HaXml HaXml.cabal configure > libraries/HaXml/src Makefile > Log: > Tweak configuration magic to make sure the resulting .cabal file is > correctly updated with the ghc-6.4 installation info.
Those fields are in the installed package description, but not the package description (.cabal) file -- Distribution.Simple.Register supplies the values. Indeed the .cabal files should never be modified while configuring or building. _______________________________________________ Cvs-libraries mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-libraries
