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
No related merge requests found
## Changes in version 2.18.0
## Changes in version 2.18.1
* Synopsis is working again (#599)
......
name: haddock-api
version: 2.18.0
version: 2.18.1
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
......
name: haddock-library
version: 1.4.3
version: 1.4.4
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.0
version: 2.18.1
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
......@@ -14,7 +14,7 @@ category: Documentation
build-type: Simple
cabal-version: >= 2.0
stability: experimental
tested-with: GHC==8.2.*, GHC==8.3
tested-with: GHC==8.2.*
extra-source-files:
CHANGES.md
......@@ -124,7 +124,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.0
build-depends: haddock-api == 2.18.1
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