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

Fix build on 9.2 and bump version to 2.29.1

parent 5c984d9e
No related branches found
No related tags found
No related merge requests found
## Changes in 2.29.1
* Fix build on GHC 9.2
## Changes in 2.29.0 ## Changes in 2.29.0
* Fixes for memory leaks and performance improvements * Fixes for memory leaks and performance improvements
......
cabal-version: 3.0 cabal-version: 3.0
name: haddock-api name: haddock-api
version: 2.29.0 version: 2.29.1
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
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
{-# LANGUAGE NamedFieldPuns #-} {-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE TupleSections #-} {-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeApplications #-} {-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE BangPatterns #-} {-# LANGUAGE BangPatterns #-}
module Haddock.Backends.Xhtml ( module Haddock.Backends.Xhtml (
......
cabal-version: 3.0 cabal-version: 3.0
name: haddock name: haddock
version: 2.29.0 version: 2.29.1
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
...@@ -150,7 +150,7 @@ executable haddock ...@@ -150,7 +150,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.29.0 build-depends: haddock-api == 2.29.1
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