aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-03-28 20:07:15 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-03-28 20:39:10 +0000
commit8ba7777c5db203512263934dfe40d56c1b4199b8 (patch)
treeef3e0f2d043beb859cfcad48a32b59e792674224 /haddock.cabal
parentb44763d0c429d2acce731ea33ed4d5feec7a85a9 (diff)
Loosen bounds on haddock-*
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index ce743d94..03bb28ab 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -110,7 +110,7 @@ executable haddock
Haddock.GhcUtils
Haddock.Convert
else
- build-depends: haddock-api == 2.16.0
+ build-depends: haddock-api == 2.16.*
test-suite html-test
type: exitcode-stdio-1.0