aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorHécate Moonlight <hecate+github@glitchbra.in>2022-08-05 22:51:57 +0200
committerBen Gamari <ben@smart-cactus.org>2022-08-05 19:10:49 -0400
commit7f2892b571c7b072c86edbf21b7c7469e21f6303 (patch)
tree5a1a1d4d63c6315539a3606cc223b941f4c8620a /haddock.cabal
parent06b72bd9becf87e5396bb640289b63679a39ab3c (diff)
Bump the versions
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal
index d4d4375f..64ec9699 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,6 +1,6 @@
-cabal-version: 2.4
+cabal-version: 3.0
name: haddock
-version: 2.26.1
+version: 2.27.0
synopsis: A documentation-generation tool for Haskell libraries
description:
This is Haddock, a tool for automatically generating documentation
@@ -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.26.1
+ build-depends: haddock-api == 2.27.0
test-suite html-test
type: exitcode-stdio-1.0