aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorMarcin Szamotulski <coot@coot.me>2022-05-25 16:22:13 +0200
committerGitHub <noreply@github.com>2022-05-25 16:22:13 +0200
commit4367a8ef514fe0781cbea745a0b72871080d28fc (patch)
treeaef5f039268e4108e8ae413338dfa8b89a1f88a1 /haddock.cabal
parent041385bc43f0b99d26077787eb8ed9e394766438 (diff)
Version bump 2.26.1 (#1489)
* Version bump 2.26.1 We extended format accepted by `--read-interface` option, which requires updating the minor version. * Update documentation of --read-interface option
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 253dad16..48557d74 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -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.0
+ build-depends: haddock-api == 2.26.1
test-suite html-test
type: exitcode-stdio-1.0