aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-01-06 08:14:42 -0500
committerBen Gamari <ben@smart-cactus.org>2016-01-06 08:14:42 -0500
commit13e1eaf3ca897ffcf1b37d96e2867bc80d4ca64a (patch)
treec205c79691de4998b737bbcc3f243d74d82a8053
parent94c127449fd25732ebda04a472cc5d99b4ce6481 (diff)
Add ResponseFile to OtherModules
-rw-r--r--haddock.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/haddock.cabal b/haddock.cabal
index 639b6aaf..1d7a9fee 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -65,6 +65,8 @@ executable haddock
transformers
other-modules:
+ ResponseFile,
+
Documentation.Haddock.Parser
Documentation.Haddock.Parser.Monad
Documentation.Haddock.Types