[commit: haddock] master: Declare use of `Paths_haddock` module in other-modules (#705) (e9e2fd3)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:56:36 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/haddock.git/commitdiff/e9e2fd3270eb6e7756d6d4471c5a99a1b4e8009f

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

commit e9e2fd3270eb6e7756d6d4471c5a99a1b4e8009f
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Mon Nov 20 14:03:43 2017 +0800

    Declare use of `Paths_haddock` module in other-modules (#705)
    
    This was detected by `-Wmissing-home-modules`


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

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

diff --git a/haddock.cabal b/haddock.cabal
index 40ccb55..35193fc 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -143,6 +143,8 @@ executable haddock
       Haddock.GhcUtils
       Haddock.Syb
       Haddock.Convert
+      
+      Paths_haddock
   else
     -- in order for haddock's advertised version number to have proper meaning,
     -- we pin down to a single haddock-api version.



More information about the ghc-commits mailing list