diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-01-06 08:14:42 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-01-06 08:14:42 -0500 |
commit | 13e1eaf3ca897ffcf1b37d96e2867bc80d4ca64a (patch) | |
tree | c205c79691de4998b737bbcc3f243d74d82a8053 /haddock.cabal | |
parent | 94c127449fd25732ebda04a472cc5d99b4ce6481 (diff) |
Add ResponseFile to OtherModules
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 2 |
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 |