diff options
author | Hécate Moonlight <Kleidukos@users.noreply.github.com> | 2021-05-28 12:27:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 12:27:35 +0200 |
commit | da79aea71b9cc7ee6e56792b4716be0ff11a09fb (patch) | |
tree | 70a7f707b739cf78ec7fe1441a4babdeb8d41879 /haddock.cabal | |
parent | c72814072d8f61ba7c8af201c779edb022c5a1a3 (diff) |
Use GHC 9.2 in CI runner (#1378)
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 215ed0ce..0f98be49 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 @@ -146,7 +146,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 |