diff options
author | Hécate Moonlight <Kleidukos@users.noreply.github.com> | 2022-06-06 16:12:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 16:12:50 +0200 |
commit | f53f29809422ada562dcfbc3edc1a4462ea7c5b0 (patch) | |
tree | b9697add7437beacd9db548224e902e53bfec39d /haddock.cabal | |
parent | 3d43d273dd875d65cdf4146360de56974182bb1a (diff) |
Bump haddock's version in cabal file to 2.26.1 (#1497)
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index 48557d74..348ecaa4 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: haddock -version: 2.26.0 +version: 2.26.1 synopsis: A documentation-generation tool for Haskell libraries description: This is Haddock, a tool for automatically generating documentation |