diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2017-11-20 14:03:43 +0800 |
---|---|---|
committer | alexbiehl <alex.biehl@gmail.com> | 2017-11-20 07:52:49 +0100 |
commit | 37ab915afbb703e23f457fd04db1e0b9e1e409c0 (patch) | |
tree | d01994fa48a4a0dd1bb618d3b893b8ba905628ab /haddock.cabal | |
parent | 134a7bb054ea730b13c8629a76232d73e3ace049 (diff) |
Declare use of `Paths_haddock` module in other-modules (#705)
This was detected by `-Wmissing-home-modules`
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 cf9c8296..283b2a42 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. |