hedis icon indicating copy to clipboard operation
hedis copied to clipboard

Web browsable documentation for Database.Redis module not on hackage

Open margaretdax opened this issue 9 years ago • 3 comments

Wanted to check out the public API for Database.Redis in browser, noticed I couldn't click the module to get that information in browser. I find this to be a pretty nice experience when evaluating a library / reference docs rather than scanning through a source file.

Please forgive any off terminology, still fairly new to the Haskell community / ecosystem.

margaretdax avatar Apr 22 '16 19:04 margaretdax

That seems to be some problem with building haddocks on hackage time to time, one easy option is to check out previous, as you could see from the changelog there were no particular API changes from 0.7.10 to 0.8.0 @k-bx probaby neil should be used to upload new library versions?

qrilka avatar Apr 22 '16 19:04 qrilka

Yeah. Alternatively, use stackage to view docs http://haddock.stackage.org/nightly-2016-04-20/hedis-0.6.10/Database-Redis.html Unfortunately, it's constrained to an older version https://github.com/fpco/stackage/issues/1247 currently, but hopefully that'll get resolved at some point.

k-bx avatar Apr 25 '16 12:04 k-bx

@k-bx my original thought was also to try stackage :)

qrilka avatar Apr 25 '16 15:04 qrilka

Now all documentation is available on hackage. I hop that in the future release we will immediately upload haddocks, if thy are not built automatically by hackage.

qnikst avatar Jun 11 '23 18:06 qnikst