Skip to content
Snippets Groups Projects
Commit 53d9ceb3 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

haddock: Bump version to 2.30

(cherry picked from commit 994989ed3d535177e57b778629726aeabe8c7602)
parent 42efa62c
No related branches found
No related tags found
No related merge requests found
cabal-version: 3.0
name: haddock-api
version: 2.28.0
version: 2.30.0
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
......@@ -43,7 +43,7 @@ library
default-language: Haskell2010
-- this package typically supports only single major versions
build-depends: base ^>= 4.16.0
build-depends: base >= 4.16 && < 4.20
, ghc ^>= 9.9
, ghc-paths ^>= 0.1.0.12
, haddock-library ^>= 1.11
......
cabal-version: 3.0
name: haddock
version: 2.28.0
version: 2.30.0
synopsis: A documentation-generation tool for Haskell libraries
description:
This is Haddock, a tool for automatically generating documentation
......@@ -148,7 +148,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.28.0
build-depends: haddock-api == 2.30.0
test-suite html-test
type: exitcode-stdio-1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment