aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2014-08-22 14:57:38 +0800
committerSimon Hengel <sol@typeful.net>2014-08-22 14:57:38 +0800
commit4dc4d3cfa18d795f9b2bb7c5a3ac60ce29d8f279 (patch)
tree18055b8d14073241d9b0475fb58327fca1108249 /haddock.cabal
parente99252026ad1b50215b86ffe30038351ca486bfa (diff)
Bump version to 2.15.0 and add version constraints
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 57f6d15c..9939a352 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
name: haddock
-version: 2.14.4
+version: 2.15.0
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
@@ -110,7 +110,7 @@ executable haddock
Haddock.GhcUtils
Haddock.Convert
else
- build-depends: haddock-api, haddock-library
+ build-depends: haddock-api == 2.15.0
test-suite html-test
type: exitcode-stdio-1.0