diff options
author | Yuchen Pei <hi@ypei.me> | 2022-07-18 15:40:47 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-07-21 13:01:46 +1000 |
commit | 0fd26d6791d59d4e289c44566f80f515c5254289 (patch) | |
tree | 5e7746d3f57fb299542042241eec8443c6be13a3 /haddock.cabal | |
parent | 2475b7ccb4ee6118d674d8c9093c96d986609415 (diff) |
Preparing for publication.
- license
- cabal
- readme
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/haddock.cabal b/haddock.cabal index e2dcfe0f..4a7d6526 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -122,6 +122,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 +149,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.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 +191,4 @@ test-suite hoogle-test source-repository head type: git - location: https://github.com/haskell/haddock.git + location: https://g.ypei.me/haddock.git |