diff options
author | Alexander Biehl <alexbiehl@gmail.com> | 2017-08-30 09:24:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-30 09:24:56 +0200 |
commit | f506a356cec79336d516a4b5b0d1948bbce8c78b (patch) | |
tree | c685da31c4242827d259ba8604eea3be296d39fb /haddock.cabal | |
parent | a0fe59977daabc5c31cdc0b9a48e87502e2a86f3 (diff) |
Write meta.json when generating html output (#676)
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal index e6c6709b..51f71272 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -125,6 +125,7 @@ executable haddock Haddock.Backends.Xhtml.Types Haddock.Backends.Xhtml.Utils Haddock.Backends.LaTeX + Haddock.Backends.Meta Haddock.Backends.HaddockDB Haddock.Backends.Hoogle Haddock.Backends.Hyperlinker |