Skip to content
Snippets Groups Projects
Commit bda1fa14 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Bump haddock version to 2.29.0

parent 1432bcc9
Branches ghc-9.10
No related tags found
No related merge requests found
cabal-version: 3.0 cabal-version: 3.0
name: haddock-api name: haddock-api
version: 2.28.0 version: 2.29.0
synopsis: A documentation-generation tool for Haskell libraries synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell description: Haddock is a documentation-generation tool for Haskell
libraries libraries
......
cabal-version: 3.0 cabal-version: 3.0
name: haddock name: haddock
version: 2.28.0 version: 2.29.0
synopsis: A documentation-generation tool for Haskell libraries synopsis: A documentation-generation tool for Haskell libraries
description: description:
This is Haddock, a tool for automatically generating documentation This is Haddock, a tool for automatically generating documentation
...@@ -35,7 +35,7 @@ bug-reports: https://github.com/haskell/haddock/issues ...@@ -35,7 +35,7 @@ bug-reports: https://github.com/haskell/haddock/issues
copyright: (c) Simon Marlow, David Waern copyright: (c) Simon Marlow, David Waern
category: Documentation category: Documentation
build-type: Simple build-type: Simple
tested-with: GHC==9.6.* tested-with: GHC==9.10.*
extra-source-files: extra-source-files:
CHANGES.md CHANGES.md
...@@ -149,7 +149,7 @@ executable haddock ...@@ -149,7 +149,7 @@ executable haddock
else else
-- in order for haddock's advertised version number to have proper meaning, -- in order for haddock's advertised version number to have proper meaning,
-- we pin down to a single haddock-api version. -- we pin down to a single haddock-api version.
build-depends: haddock-api == 2.28.0 build-depends: haddock-api == 2.29.0
test-suite html-test test-suite html-test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment