[commit: haddock] ghc-head, wip/revert-ttg-2017-11-20: Declare use of `Paths_haddock` module in other-modules (#705) (37ab915)
git at git.haskell.org
git at git.haskell.org
Mon Nov 20 21:12:37 UTC 2017
Repository : ssh://git@git.haskell.org/haddock
On branches: ghc-head,wip/revert-ttg-2017-11-20
Link : http://git.haskell.org/haddock.git/commitdiff/37ab915afbb703e23f457fd04db1e0b9e1e409c0
>---------------------------------------------------------------
commit 37ab915afbb703e23f457fd04db1e0b9e1e409c0
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`
>---------------------------------------------------------------
37ab915afbb703e23f457fd04db1e0b9e1e409c0
haddock.cabal | 2 ++
1 file changed, 2 insertions(+)
diff --git a/haddock.cabal b/haddock.cabal
index cf9c829..283b2a4 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -144,6 +144,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