Sometimes I come across packages on hackage whose modules documentation isn’t available, the links are just black.
I know of some ways to finding or building documentation, e.g. using the documentation of the previous version of the package hoping the API is the same, but for beginners it must be very confusing.
An example I just came across is gloss
, gloss: Painless 2D vector graphics, animations and simulations.
This package page is probably a roadblock for someone learning Haskell and wanting to use gloss (or any other package in the same situation in hackage). You come across a page with a list of modules but little else. There’s a link to http://gloss.ouroborus.net but that links back to hackage for documentation
How can we improve the situation?