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

Prepare 2.18.1 release (#657)

parent 8ed89b18
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
## Changes in version 2.18.0 ## Changes in version 2.18.1
* Synopsis is working again (#599) * Synopsis is working again (#599)
......
name: haddock-api name: haddock-api
version: 2.18.0 version: 2.18.1
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
......
name: haddock-library name: haddock-library
version: 1.4.3 version: 1.4.4
synopsis: Library exposing some functionality of Haddock. synopsis: Library exposing some functionality of Haddock.
description: Haddock is a documentation-generation tool for Haskell description: Haddock is a documentation-generation tool for Haskell
libraries. These modules expose some functionality of it libraries. These modules expose some functionality of it
......
name: haddock name: haddock
version: 2.18.0 version: 2.18.1
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
...@@ -14,7 +14,7 @@ category: Documentation ...@@ -14,7 +14,7 @@ category: Documentation
build-type: Simple build-type: Simple
cabal-version: >= 2.0 cabal-version: >= 2.0
stability: experimental stability: experimental
tested-with: GHC==8.2.*, GHC==8.3 tested-with: GHC==8.2.*
extra-source-files: extra-source-files:
CHANGES.md CHANGES.md
...@@ -124,7 +124,7 @@ executable haddock ...@@ -124,7 +124,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.18.0 build-depends: haddock-api == 2.18.1
other-modules: other-modules:
ResponseFile 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