[commit: haddock] ghc-head, ghc-head1, ie_avails, master, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Provide --show-interface option to dump interfaces (#645) (f1d326b)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 21:09:50 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branches: ghc-head,ghc-head1,ie_avails,master,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13
Link       : http://git.haskell.org/haddock.git/commitdiff/f1d326b53fbed5d37f2a83c66e73dbbc94a4354f

>---------------------------------------------------------------

commit f1d326b53fbed5d37f2a83c66e73dbbc94a4354f
Author: Alexander Biehl <alexbiehl at gmail.com>
Date:   Sun Aug 6 13:18:02 2017 +0200

    Provide --show-interface option to dump interfaces (#645)
    
    * WIP: Provide --show-interface option to dump interfaces
    
    Like ghcs own --show-iface this flag dumps a binary interface file to
    stdout in a human (and machine) readable fashion. Currently it uses
    json as output format.
    
    * Fill all the jsonNull stubs
    
    * Rework Bifunctor instance of DocH, update changelog and documentation
    
    * replace changelog, bring DocMarkupH doc back
    
    * Update CHANGES.md
    
    * Update CHANGES.md
    
    * Move Control.Arrow up
    
    It would result in unused import if the Bifunctor instance is not generated.


>---------------------------------------------------------------

f1d326b53fbed5d37f2a83c66e73dbbc94a4354f
 doc/invoking.rst                                   |   5 +
 haddock-api/haddock-api.cabal                      |   1 +
 haddock-api/src/Haddock.hs                         |   7 ++
 haddock-api/src/Haddock/Interface/Json.hs          | 109 +++++++++++++++++++++
 haddock-api/src/Haddock/Options.hs                 |   6 ++
 haddock-library/CHANGES.md                         |   6 ++
 haddock-library/src/Documentation/Haddock/Types.hs |  33 ++++++-
 haddock.cabal                                      |   1 +
 8 files changed, 167 insertions(+), 1 deletion(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc f1d326b53fbed5d37f2a83c66e73dbbc94a4354f


More information about the ghc-commits mailing list