Hello Malcolm, Tuesday, July 11, 2006, 7:20:20 PM, you wrote:
> I've just converted nhc98 across to darcs, and now am trying to pick up > the darcs.haskell.org version of hsc2hs to work with it. But Main.hs > has a strange > import Paths_hsc2hs (getDataFileName) > with no corresponding source file for the imported module. Does anyone > know why it is not recorded in the hsc2hs darcs repository? it's a part of Cabal magic. this module is generated automatically by Cabal when it compiles the project and supply program with installation-dependent information. http://www.haskell.org/ghc/docs/latest/html/Cabal/authors.html#paths-module -- Best regards, Bulat mailto:[EMAIL PROTECTED] _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
