aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal10
1 files changed, 7 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 088209fc..820e88c7 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -23,6 +23,8 @@ description:
without any documentation annotations, Haddock can generate useful documentation
from your source code.
.
+ Documentation for the haddock binary is available at [readthedocs](https://haskell-haddock.readthedocs.io/en/latest/).
+ .
<<https://cdn.rawgit.com/haskell/haddock/ghc-8.10/doc/cheatsheet/haddocks.svg>>
license: BSD-3-Clause
license-file: LICENSE
@@ -122,6 +124,8 @@ executable haddock
Haddock.Backends.Xhtml.Themes
Haddock.Backends.Xhtml.Types
Haddock.Backends.Xhtml.Utils
+ Haddock.Backends.Org
+ Haddock.Backends.Org.Types
Haddock.Backends.LaTeX
Haddock.Backends.HaddockDB
Haddock.Backends.Hoogle
@@ -147,8 +151,8 @@ 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.24.0
+ -- we pin down to a single haddorg-api version.
+ build-depends: haddorg-api == 2.26.1
test-suite html-test
type: exitcode-stdio-1.0
@@ -189,4 +193,4 @@ test-suite hoogle-test
source-repository head
type: git
- location: https://github.com/haskell/haddock.git
+ location: https://g.ypei.me/haddock.git