Edward Z. Yang wrote:
> Note that this line was removed by this commit:
>
> Author: Ben Lippmeier <[email protected]> 2011-05-11 04:36:01
> Committer: Ben Lippmeier <[email protected]> 2011-05-12 11:36:21
> Parent: 35474439dcf6dc60e2f6e296de7da128c690d50e (Follow changes in DPH
> library: Repr module is gone.)
> Child: 999857fdfd8fa1b305a94bc54bb1860f5c8896d1 (Wibbles on modules imported
> by vectoriser)
> Branches: master, remotes/origin/master
> Follows: ghc-darcs-git-switchover
> Precedes:
>
> Fix build
>
> So something trickier might be going on here.
Yeah, the code that uses Config.cProjectVersion is this:
#if !defined(darwin_TARGET_OS)
-- And just because every other compiler does, lets stick in
-- an identifier directive: .ident "GHC x.y.z"
Pretty.$$ let compilerIdent = Pretty.text "GHC" Pretty.<+>
Pretty.text cProjectVersion
in Pretty.text ".ident" Pretty.<+>
Pretty.doubleQuotes compilerIdent
#endif
I wonder why that is unwanted on OSX.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc