diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-04-25 16:24:31 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-04-25 16:24:31 -0400 |
commit | 70b83bc5fa944f17f1423c4c94a38b82bdfe1ccd (patch) | |
tree | b0c43a5ac7cf53b4832d1f34ebfa57042a422398 /haddock.cabal | |
parent | 24208496649a02d5f87373052c430ea4a97842c5 (diff) | |
parent | 0c19a8847844a4a45b9fe7c115effcec461cfe5c (diff) |
Merge remote-tracking branch 'upstream/ghc-9.2' into ghc-head
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal index dfb4e9a9..0686289e 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: haddock -version: 2.24.0 +version: 2.26.0 synopsis: A documentation-generation tool for Haskell libraries description: This is Haddock, a tool for automatically generating documentation @@ -33,7 +33,7 @@ bug-reports: https://github.com/haskell/haddock/issues copyright: (c) Simon Marlow, David Waern category: Documentation build-type: Simple -tested-with: GHC==9.0.* +tested-with: GHC==9.2.* extra-source-files: CHANGES.md @@ -148,7 +148,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.24.0 + build-depends: haddock-api == 2.26.0 test-suite html-test type: exitcode-stdio-1.0 |