haddock
haddock copied to clipboard
Haskell Documentation Tool
I find it quite difficult to use `ghc-head` branch which requires `ghc-9.7` (which one probably needs to install from `ghc` source repo, rather than with something like `ghcup`). The `CONTRIBUTING`...
It would be great to get a patch release for haddock with https://github.com/haskell/haddock/pull/1522 Hackage currently is producing docs without quickjump working, since we upgraded haddock and ghc to be relatively...
originally brought up here: https://gitlab.haskell.org/ghc/ghc/-/issues/18392 (not by me but I support the proposal. I would have deleted "in Debian" from the second sentence.) Haddock produces documents using fonts from the...
Currently the `@since` annotation is used to communicate the version in which a declaration was introduced in a package. However, there is currently no story for the introduction of declarations...
It should be possible to annotate re-exported declarations with `@since` annotations. For instance, imagine we have a module `Foo`. In version `0.2` of the package providing `Foo` we might decide...
Consider case like the following: ```haskell -- in package `foo` module Lib (hello) where -- | Hello world hello = print "hello" -- in package `bar` module Wombat (hello) where...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
This is a feature request. Much like `MINIMAL` pragmas for type classes, the `COMPLETE` pragma is used to signal a contract, namely that a set of functions (patterns in this...
On my machne http://hackage.haskell.org/package/sop-core-0.4.0.0/docs/Data-SOP.html has horizontal scroll bar Seems big instances overflow: 
Parser.takeMultiLine: parser for multi-line blocks