Ticket #1035 (closed bug: fixed)

Opened 6 years ago

Last modified 4 years ago

Win32 package doesn't appear in the online library docs

Reported by: simonmar Owned by:
Priority: normal Milestone: Not GHC
Component: Documentation Version: 6.6
Keywords: Cc: lennart.augustsson@…
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Easy (less than 1 hour)
Test Case: Blocked By:
Blocking: Related Tickets:

Description

This is because the docs are built on a Linux build, where the Win32 library isn't being built.

Change History

Changed 6 years ago by igloo

  • milestone changed from 6.6.1 to Not GHC

Taking this off the 6.6.1 milestone as it isn't something we can fix in the source; in order to haddock the Win32 package on Linux we'd need to be able to hsc2hs Control.hsc, which we can't do.

I think we'll just have to include in the release process steps to merge in the results of haddocking Win32 by hand.

Changed 6 years ago by guest

  • cc lennart.augustsson@… added

Changed 6 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed

I did this for the 6.6.1 release, and it's now a step in the release procedure. libraries/gen_contents_index takes care of actually updating the contents and index pages.

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple

Changed 4 years ago by simonmar

  • difficulty changed from Easy (1 hr) to Easy (less than 1 hour)
Note: See TracTickets for help on using tickets.