From: Michael Orlitzky Date: Sat, 2 Mar 2019 01:53:28 +0000 (-0500) Subject: haeredes.cabal: add Paths_haeredes to other-modules to silence a warning. X-Git-Tag: 0.5.1~10 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=8e58908e53f95df343fe77a20f7fa7605fe806d9 haeredes.cabal: add Paths_haeredes to other-modules to silence a warning. If Cabal is happy, I'm happy. This appears to not do the wrong thing. In other words, nothing is changed by including Paths_haeredes in the list of other-modules. --- diff --git a/haeredes.cabal b/haeredes.cabal index 723fc07..f4a4121 100644 --- a/haeredes.cabal +++ b/haeredes.cabal @@ -97,6 +97,11 @@ executable haeredes CommandLine DNS ExitCodes + -- WARNING: the Paths_haeredes module is automatically generated by + -- Cabal itself. We don't want it included in the release tarballs, + -- since we typically want the paths that the user has configured. + -- Nevertheless, Cabal will complain if we don't include it here. + Paths_haeredes Timeout ghc-options: