Skip to content
Snippets Groups Projects
Commit c7e8c500 authored by Alexander Biehl's avatar Alexander Biehl Committed by Alex Biehl
Browse files

hadock-2.19.0 / haddock-api-2.19.0 / haddock-library-1.5.0

parent bfd1b156
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
name: haddock-api
version: 2.18.2
version: 2.19.0
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
......@@ -44,7 +44,7 @@ library
, Cabal ^>= 2.0.0
, ghc ^>= 8.4
, ghc-paths ^>= 0.1.0.9
, haddock-library ^>= 1.4.6
, haddock-library ^>= 1.5.0
, xhtml ^>= 3000.2.2
-- Versions for the dependencies below are transitively pinned by
......@@ -169,7 +169,7 @@ test-suite spec
build-depends: Cabal ^>= 2.0.0
, ghc ^>= 8.4
, ghc-paths ^>= 0.1.0.9
, haddock-library ^>= 1.4.6
, haddock-library ^>= 1.5.0
, xhtml ^>= 3000.2.2
, hspec ^>= 2.4.4
, QuickCheck ^>= 2.10
......
name: haddock-library
version: 1.4.6
version: 1.5.0
synopsis: Library exposing some functionality of Haddock.
description: Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it
......
name: haddock
version: 2.18.2
version: 2.19.0
synopsis: A documentation-generation tool for Haskell libraries
description:
This is Haddock, a tool for automatically generating documentation
......@@ -153,7 +153,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.18.2
build-depends: haddock-api == 2.19.0
other-modules:
ResponseFile
......
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