Colin Paul Adams wrote:
"Simon" == Simon Marlow <marlo...@gmail.com> writes:

    Simon> Is it possible that you changed the exports of the GHC
    Simon> module, perhaps? Haddock is complaining about a name class
    Simon> with maybeParen from the GHC module, but I can't see how
    Simon> maybeParen is exported from GHC, unless that's something
    Simon> you changed.

Maybe by accident. How do I do a diff for ghc/ghc.cabal.in
against the online repository?

darcs w ghc/ghc.cabal.in

that shows your local changes.

If I search for maybeParen in the added modules, I can only find one
occurrence, and that is in a commented-out functions.

start with 'darcs w' - I noticed you had a 1-line change to GHC.hs, what was that? Also you had a local patch "Incorporated ESC/Haskell", perhaps that made some changes?

Cheers,
        Simon

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to