From 0cb3ac56d5531ae3d181162d2296f7f05e42432e Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 15 Jun 2018 09:36:10 +0100 Subject: cabal: remove Other-Modules: GetText_bustle This is not part of the source distribution so sdist fails. I'm sure there's a way to say "other generated modules" but I can't find it in 30 seconds. --- bustle.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bustle.cabal b/bustle.cabal index b4acadd..d4fcc63 100644 --- a/bustle.cabal +++ b/bustle.cabal @@ -133,7 +133,7 @@ Executable bustle if flag(hgettext) Build-Depends: hgettext >= 0.1.5 , setlocale - Other-Modules: GetText_bustle + -- Other-Modules: GetText_bustle hs-source-dirs: . , src-hgettext else @@ -203,7 +203,7 @@ Test-suite test-pcap-crash if flag(hgettext) Build-Depends: hgettext >= 0.1.5 , setlocale - Other-Modules: GetText_bustle + -- Other-Modules: GetText_bustle hs-source-dirs: . , src-hgettext else @@ -248,7 +248,7 @@ Test-suite test-renderer if flag(hgettext) Build-Depends: hgettext >= 0.1.5 , setlocale - Other-Modules: GetText_bustle + -- Other-Modules: GetText_bustle hs-source-dirs: . , src-hgettext else -- cgit v1.2.3