summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-06-15 09:36:10 +0100
committerWill Thompson <will@willthompson.co.uk>2018-06-15 09:36:10 +0100
commit0cb3ac56d5531ae3d181162d2296f7f05e42432e (patch)
treebcf8d0af748e02ce6acbc9253607f0e74507bd85
parent0b20955de5d5d566fe202ba4cf66f353947ec615 (diff)
cabal: remove Other-Modules: GetText_bustlebustle-0.7.0
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.
-rw-r--r--bustle.cabal6
1 files 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