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

Bump to 2.18.0 (#605)

parent 0ae73bb4
No related branches found
No related tags found
No related merge requests found
## Changes in version HEAD
## Changes in version 2.18.0
* Synopsis is working again (#599)
......
name: haddock-api
version: 2.17.4
version: 2.18.0
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
......
name: haddock
version: 2.17.4
version: 2.18.0
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
......@@ -15,7 +15,7 @@ build-type: Simple
cabal-version: >= 2.0
stability: experimental
tested-with: GHC==8.2.*, GHC==8.3
extra-source-files:
CHANGES.md
README.md
......@@ -123,7 +123,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.17.4
build-depends: haddock-api == 2.18.0
test-suite driver-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