Skip to content
Snippets Groups Projects
Unverified Commit 5c984d9e authored by Zubin's avatar Zubin
Browse files

haddock 2.29.0 for GHC 9.6.3

parent 8613e525
No related branches found
1 merge request!40Bump version to haddock 2.29.0 for GHC 9.6.3
## Changes in 2.29.0
* Fixes for memory leaks and performance improvements
## Changes in 2.28.0
* Support qualified and unqualified names in `--ignore-link-symbol`
......
cabal-version: 3.0
name: haddock-api
version: 2.28.0
version: 2.29.0
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
......
cabal-version: 3.0
name: haddock
version: 2.28.0
version: 2.29.0
synopsis: A documentation-generation tool for Haskell libraries
description:
This is Haddock, a tool for automatically generating documentation
......@@ -150,7 +150,7 @@ executable haddock
else
-- in order for haddock's advertised version number to have proper meaning,
-- 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
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