[commit: haddock] v2.16: Add ResponseFile to OtherModules (a0f55b0)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 20:59:20 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branch  : v2.16
Link       : http://git.haskell.org/haddock.git/commitdiff/a0f55b05fd1c71a0190c6dab81bbf4019f10634b

>---------------------------------------------------------------

commit a0f55b05fd1c71a0190c6dab81bbf4019f10634b
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Jan 6 08:14:42 2016 -0500

    Add ResponseFile to OtherModules


>---------------------------------------------------------------

a0f55b05fd1c71a0190c6dab81bbf4019f10634b
 haddock.cabal | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/haddock.cabal b/haddock.cabal
index 5fbfa3a..f597bcf 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -64,6 +64,8 @@ executable haddock
       transformers
 
     other-modules:
+      ResponseFile,
+
       Documentation.Haddock.Parser
       Documentation.Haddock.Parser.Monad
       Documentation.Haddock.Types



More information about the ghc-commits mailing list