aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-06-30 12:45:17 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-06-30 12:45:17 +0000
commit29e0275bfb3442fcd354075ba5bee09e84503099 (patch)
tree743d508ec78533e98288f9a906113172dc45790f /haddock.cabal
parent3924891dc47a96e13707489b4e55b3fe8d1ce1d7 (diff)
LaTeX backend (new options: --latex, --latex-style=<style>)
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 7ff0cd9f..2c383e84 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -57,6 +57,7 @@ data-files:
html/minus.gif
html/plus.gif
html/frames.html
+ latex/haddock.sty
flag in-ghc-tree
description: Are we in a GHC tree?
@@ -117,6 +118,7 @@ executable haddock
Haddock.Backends.Xhtml.Names
Haddock.Backends.Xhtml.Types
Haddock.Backends.Xhtml.Util
+ Haddock.Backends.LaTeX
Haddock.Backends.HaddockDB
Haddock.Backends.DevHelp
Haddock.Backends.HH