Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/dfc2cb4e31d6756b2d6ca7f87e80d8913751a4b7 >--------------------------------------------------------------- commit dfc2cb4e31d6756b2d6ca7f87e80d8913751a4b7 Author: Simon Hengel <[email protected]> Date: Sun Oct 14 11:58:13 2012 +0200 Allow haddock markup in deprecation messages haddock.cabal | 1 + src/Haddock/Interface/Create.hs | 49 ++++++++++++-------- src/Haddock/Parse.y | 2 +- src/Haddock/Types.hs | 39 +++++++++++++++- tests/html-tests/tests/BugDeprecated.html.ref | 18 +++++-- tests/html-tests/tests/BugExportHeadings.html.ref | 9 ++- tests/html-tests/tests/DeprecatedClass.html.ref | 12 +++-- tests/html-tests/tests/DeprecatedData.html.ref | 18 +++++-- tests/html-tests/tests/DeprecatedFunction.hs | 8 ++- tests/html-tests/tests/DeprecatedFunction.html.ref | 28 ++++++++++- .../html-tests/tests/DeprecatedFunction2.html.ref | 3 +- .../html-tests/tests/DeprecatedFunction3.html.ref | 3 +- tests/html-tests/tests/DeprecatedModule.hs | 2 +- tests/html-tests/tests/DeprecatedModule.html.ref | 5 ++- tests/html-tests/tests/DeprecatedModule2.html.ref | 3 +- tests/html-tests/tests/DeprecatedNewtype.html.ref | 12 +++-- tests/html-tests/tests/DeprecatedRecord.html.ref | 3 +- .../html-tests/tests/DeprecatedTypeFamily.html.ref | 6 ++- .../tests/DeprecatedTypeSynonym.html.ref | 6 ++- tests/html-tests/tests/ModuleWithWarning.hs | 2 +- tests/html-tests/tests/ModuleWithWarning.html.ref | 5 ++- .../tests/mini_DeprecatedFunction.html.ref | 6 ++ 22 files changed, 179 insertions(+), 61 deletions(-) Diff suppressed because of size. To see it, use: git show dfc2cb4e31d6756b2d6ca7f87e80d8913751a4b7 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
