From 4367a8ef514fe0781cbea745a0b72871080d28fc Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Wed, 25 May 2022 16:22:13 +0200 Subject: Version bump 2.26.1 (#1489) * Version bump 2.26.1 We extended format accepted by `--read-interface` option, which requires updating the minor version. * Update documentation of --read-interface option --- doc/invoking.rst | 4 ++++ haddock-api/haddock-api.cabal | 2 +- haddock.cabal | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/invoking.rst b/doc/invoking.rst index 68e01d70..4b7f987c 100644 --- a/doc/invoking.rst +++ b/doc/invoking.rst @@ -58,6 +58,7 @@ The following options are available: --read-interface=, -i ,, --read-interface=,, + -i ,,, Read the interface file in file, which must have been produced by running Haddock with the :option:`--dump-interface` option. The interface @@ -77,6 +78,9 @@ The following options are available: hyperlinks but within sources rendered with :option:`--hyperlinked-source` option. + If visibility is set to `hidden`, modules from that interface file will + not be listed in haddock generated content file. + Multiple :option:`--read-interface` options may be given. .. option:: -D diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index 0580ec03..22eec6dc 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: haddock-api -version: 2.26.0 +version: 2.26.1 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries diff --git a/haddock.cabal b/haddock.cabal index 253dad16..48557d74 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -150,7 +150,7 @@ executable haddock else -- in order for haddock's advertised version number to have proper meaning, -- we pin down to a single haddock-api version. - build-depends: haddock-api == 2.26.0 + build-depends: haddock-api == 2.26.1 test-suite html-test type: exitcode-stdio-1.0 -- cgit v1.2.3