diff options
author | Simon Hengel <simon.hengel@wiktory.org> | 2010-08-07 13:20:27 +0000 |
---|---|---|
committer | Simon Hengel <simon.hengel@wiktory.org> | 2010-08-07 13:20:27 +0000 |
commit | b49531de991ef063860e821b6abf8e13f2045c26 (patch) | |
tree | 379ccd4baaae05fd2937809913dd2baee6290f1e /haddock.cabal | |
parent | f23802c5100d5e13070e9ee26f2871a157feb921 (diff) |
Add missing dependency to cabal file
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 fcb8b05e..16ae4f6a 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -182,6 +182,7 @@ library Haddock.Backends.Xhtml.DocMarkup Haddock.Backends.Xhtml.Layout Haddock.Backends.Xhtml.Names + Haddock.Backends.Xhtml.Themes Haddock.Backends.Xhtml.Types Haddock.Backends.Xhtml.Utils Haddock.Backends.LaTeX |