aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/haddorg-api.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock-api/haddorg-api.cabal')
-rw-r--r--haddock-api/haddorg-api.cabal14
1 files changed, 7 insertions, 7 deletions
diff --git a/haddock-api/haddorg-api.cabal b/haddock-api/haddorg-api.cabal
index a0271507..85a68131 100644
--- a/haddock-api/haddorg-api.cabal
+++ b/haddock-api/haddorg-api.cabal
@@ -1,6 +1,6 @@
-cabal-version: 2.2
+cabal-version: 3.0
name: haddorg-api
-version: 2.26.1
+version: 2.27.0
synopsis: haddock-api with an org backend
description: This is haddorg-api. It is a modified version of the Haddock API (haddock-api) with the addition of an Org Backend. See README.org for further information.
license: BSD-2-Clause AND AGPL-3.0-or-later
@@ -11,7 +11,7 @@ homepage: https://g.ypei.me/haddorg.git
copyright: Copyright holders of haddock-api, and Yuchen Pei
category: Documentation
build-type: Simple
-tested-with: GHC==9.2.*
+tested-with: GHC==9.4.*
extra-source-files:
CHANGES.md
@@ -42,9 +42,9 @@ library
-- this package typically supports only single major versions
build-depends: base ^>= 4.16.0
- , ghc ^>= 9.2
+ , ghc ^>= 9.4
, ghc-paths ^>= 0.1.0.9
- , haddock-library ^>= 1.10.0
+ , haddock-library ^>= 1.11
, xhtml ^>= 3000.2.2
, parsec ^>= 3.1.13.0
@@ -183,9 +183,9 @@ test-suite spec
Haddock.Backends.Hyperlinker.Parser
Haddock.Backends.Hyperlinker.Types
- build-depends: ghc ^>= 9.2
+ build-depends: ghc ^>= 9.4
, ghc-paths ^>= 0.1.0.12
- , haddock-library ^>= 1.10.0
+ , haddock-library ^>= 1.11
, xhtml ^>= 3000.2.2
, hspec ^>= 2.9
, parsec ^>= 3.1.13.0