aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-07-18 15:40:47 +1000
committerYuchen Pei <hi@ypei.me>2022-07-18 18:09:23 +1000
commit131e3b41d6128d2e4b66be8582ae60ccd6380994 (patch)
tree10216d902ae8bdd07d6bf40ebb3e1627fb3d7cdf /haddock.cabal
parentc8b9b18d5f5ce9816d3e06aa5f90665fcdfa83cb (diff)
Preparing for publication.
- license - cabal - readme
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal8
1 files changed, 5 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 348ecaa4..1ac19cfc 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -124,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
@@ -149,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.26.1
+ -- 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
@@ -191,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