Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Version bump 2.26.1 #1489

Merged
merged 2 commits into from
May 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/invoking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The following options are available:
--read-interface=<docpath>,<file>
-i <docpath>,<srcpath>,<file>
--read-interface=<docpath>,<srcpath>,<file>
-i <docpath>,<srcpath>,<visibility>,<file>

Read the interface file in file, which must have been produced by
running Haddock with the :option:`--dump-interface` option. The interface
Expand All @@ -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 <file>
Expand Down
2 changes: 1 addition & 1 deletion haddock-api/haddock-api.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion haddock.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down