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 found that a hyperlink to an associated type links to its *class* instead of the associated type if the type name is ambiguous. I noticed this when I was...

Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.4 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...

dependencies
javascript

Running `cabal install haddock` results in ``` Error: cabal: Could not resolve dependencies: [__0] trying: haddock-2.27.0 (user goal) [__1] trying: haddock:-in-ghc-tree [__2] trying: haddock-api-2.27.0 (dependency of haddock -in-ghc-tree) [__3] next...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

In a module signatures (`hsig` files), annotating types and functions with haddocks doesn't seem to work. The haddock application doesn't crash, but it just ignores all the documentation that should...

Doctest supports multiline syntax `:{ .. :}` for doctest unit tests, e.g. ~~~~ >>> :{ runMyTest longArgumentA longArgumentB longArgumentC :} expected output ~~~~ but it does not support that syntax...

_(Originally observed in https://github.com/ekmett/lens/pull/1042.)_ Here is a stripped-down version of Haddocks that you'd find in a typical `lens` module: ```hs -- Bug.hs module Bug where data ReifiedLens = Lens type...

Consider the following code: ```haskell {-# LANGUAGE NoFieldSelectors #-} module Test (Point (x, y)) where data Point = Point { x :: Double, y :: Double } ``` Haddock does...

The Aeson library's `Data.Aeson.TH` module documentation references the `'ToJSON'` type class in several places. This reference renders correctly as a link to the type class up to version [1.4.1.0] of...