Skip to content

Commit

Permalink
Fix build on 9.2 and bump version to 2.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Sep 20, 2023
1 parent 5c984d9 commit 6c77e06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Changes in 2.29.1
* Fix build on GHC 9.2

## Changes in 2.29.0
* Fixes for memory leaks and performance improvements

Expand Down
2 changes: 1 addition & 1 deletion haddock-api/haddock-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: haddock-api
version: 2.29.0
version: 2.29.1
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
Expand Down
1 change: 1 addition & 0 deletions haddock-api/src/Haddock/Backends/Xhtml.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE BangPatterns #-}

module Haddock.Backends.Xhtml (
Expand Down
4 changes: 2 additions & 2 deletions haddock.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: haddock
version: 2.29.0
version: 2.29.1
synopsis: A documentation-generation tool for Haskell libraries
description:
This is Haddock, a tool for automatically generating documentation
Expand Down Expand Up @@ -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.29.0
build-depends: haddock-api == 2.29.1

test-suite html-test
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 6c77e06

Please sign in to comment.