haddock icon indicating copy to clipboard operation
haddock copied to clipboard

Haskell Documentation Tool

Results 185 haddock issues
Sort by recently updated
recently updated
newest added

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...

backend:web

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...

dependencies
github_actions

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: ![screenshot from 2019-02-28 15-38-30](https://user-images.githubusercontent.com/51087/53570351-eec77080-3b6e-11e9-87a4-ad3e8181e757.png)

bug

Parser.takeMultiLine: parser for multi-line blocks