haddock-library

Library exposing some functionality of Haddock.

http://www.haskell.org/haddock/

Version on this page:1.7.0
LTS Haskell 22.14:1.11.0@rev:3
Stackage Nightly 2024-03-28:1.11.0@rev:3
Latest on Hackage:1.11.0@rev:3

See all snapshots haddock-library appears in

BSD-3-Clause licensed
This version can be pinned in stack with:haddock-library-1.7.0@sha256:8f230ebb680b559256d9c18ce4942ba5bf220b167804b4ebd5cc9e47cc4973cd,3553
Used by 1 package in nightly-2019-02-27(full list with versions):

Haddock is a documentation-generation tool for Haskell libraries. These modules expose some functionality of it without pulling in the GHC dependency. Please note that the API is likely to change so specify upper bounds in your project. For interacting with Haddock itself, see the haddock package.

Changes

Changes in version 1.7.0

  • Make Documentation.Haddock.Parser.Monad an internal module

Changes in version 1.6.1

  • Replace attoparsec with parsec (#799)

Changes in version 1.6.0

  • MetaDoc stores package name for since annotations

Changes in version 1.5.0.1

  • Support for parsing unicode operators (#458)

Changes in version 1.5.0

  • Bifunctor, Bifoldable and Bitraversable instances for DocH and MetaDoc

  • Support for grid tables

    • added DocTable constructor to DocH
    • added Table, TableCell and TableRow data types
    • added markupTable to DocMarkupH data type

Changes in version 1.4.5

  • Move markup related data types to haddock-library