Skip to content
Snippets Groups Projects
Commit 3ddd7825 authored by Alex Biehl's avatar Alex Biehl
Browse files

Bump haddock[-api] to 2.24.2

parent e047e779
No related branches found
No related tags found
No related merge requests found
cabal-version: 2.0 cabal-version: 2.0
name: haddock-api name: haddock-api
version: 2.24.1 version: 2.24.2
synopsis: A documentation-generation tool for Haskell libraries synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell description: Haddock is a documentation-generation tool for Haskell
libraries libraries
......
cabal-version: 2.4 cabal-version: 2.4
name: haddock name: haddock
version: 2.24.1 version: 2.24.2
synopsis: A documentation-generation tool for Haskell libraries synopsis: A documentation-generation tool for Haskell libraries
description: description:
This is Haddock, a tool for automatically generating documentation This is Haddock, a tool for automatically generating documentation
...@@ -146,7 +146,7 @@ executable haddock ...@@ -146,7 +146,7 @@ executable haddock
else else
-- in order for haddock's advertised version number to have proper meaning, -- in order for haddock's advertised version number to have proper meaning,
-- we pin down to a single haddock-api version. -- we pin down to a single haddock-api version.
build-depends: haddock-api == 2.24.1 build-depends: haddock-api == 2.24.2
test-suite html-test test-suite html-test
type: exitcode-stdio-1.0 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