]> gitweb.michael.orlitzky.com - mailbox-count.git/commitdiff
mailbox-count.cabal: add Paths_mailbox_count to other-modules.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 05:01:26 +0000 (00:01 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2020 05:01:26 +0000 (00:01 -0500)
Otherwise, the build system complains that it's missing.

mailbox-count.cabal

index 433018b786cedf9538f59ba325dba7bbb0ddacfc..cf30c2ec67e88a8a6d24a6324d5f41fff30fd482 100644 (file)
@@ -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