You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
For a project that does not use backpack, haddock creates an index.html contents page with an empty Signatures section (see below). I do not know if that is the intended behaviour. As a user, I would expect that if no 'module signatures' are being used, the Signatures section would be absent.
Steps to reproduce
Build haddock.exe from source (excluding the last commit e6ca100, which causes the build to fail). haddock --version:
Haddock version 2.23.0, (c) Simon Marlow 2006
Ported to use the GHC API by David Waern 2006-2008
Create a simple project with stack new testHaddock (uses resolver lts-14.14 (GHC 8.6.5)).
Run haddock -odocs -h app/Main.hs src/Lib.hs. This results in the following: