From: Michael Orlitzky Date: Sun, 2 Feb 2020 05:01:26 +0000 (-0500) Subject: mailbox-count.cabal: add Paths_mailbox_count to other-modules. X-Git-Tag: 0.0.3~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=commitdiff_plain;h=97ebddac485e448f0497f8bccab680e84cd26d8c mailbox-count.cabal: add Paths_mailbox_count to other-modules. Otherwise, the build system complains that it's missing. --- diff --git a/mailbox-count.cabal b/mailbox-count.cabal index 433018b..cf30c2e 100644 --- a/mailbox-count.cabal +++ b/mailbox-count.cabal @@ -175,6 +175,11 @@ executable mailbox-count Configuration CommandLine OptionalConfiguration + -- WARNING: the Paths_mailbox_count 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_mailbox_count Report