aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2020-03-22 20:10:52 -0400
committerAlec Theriault <alec.theriault@gmail.com>2020-03-22 20:10:52 -0400
commit03dbfdd70186e484135ba1ea8d27672264cd9712 (patch)
treef2576a9a7e11581892fd8eeece69b0d257f4c1cd /haddock.cabal
parentd576b2327e2bc117f912fe0a9d595e9ae62614e0 (diff)
Tentative 2.24 release
Adjusted changelogs and versions in `.cabal` files in preparation for the upcoming release bundled with GHC 8.10.
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 425ed454..f01fe8fc 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: haddock
-version: 2.23.0
+version: 2.24.0
synopsis: A documentation-generation tool for Haskell libraries
description:
This is Haddock, a tool for automatically generating documentation
@@ -144,7 +144,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.23.0
+ build-depends: haddock-api == 2.24.0
test-suite html-test
type: exitcode-stdio-1.0