aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorAlex Biehl <alexbiehl@gmail.com>2017-04-26 11:32:33 +0200
committerGitHub <noreply@github.com>2017-04-26 11:32:33 +0200
commit7ec72d3ad81657f5a5298ac1465229fa7cafb35c (patch)
treed42366a91fe7d562701967f12adac2c8c7bf97fc /haddock.cabal
parent0ae73bb4987cc4c265fbbfdf0766d793ab69460d (diff)
Bump to 2.18.0 (#605)
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 935d517f..160316e9 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
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