summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2020-08-07 14:50:15 +0100
committerWill Thompson <will@willthompson.co.uk>2020-08-07 14:50:15 +0100
commitda45c8acaedc7b265284eb5c823e7bb236f86289 (patch)
treecc17aeadb6aa586a75d88fe0fde01f04fea906b7
parent36b1d769683818900ea079880c5c82122c2e19da (diff)
cabal: fix Data-files syntax
36b1d769683818900ea079880c5c82122c2e19da removed the last entry from this list but did not remove the trailing comma from the previous line. When I am king, all file formats will support trailing commas in lists.
-rw-r--r--bustle.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 60fd87c..a4e9674 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -13,7 +13,7 @@ Homepage: https://gitlab.freedesktop.org/bustle/bustle#readme
Data-files: data/bustle.ui,
data/FilterDialog.ui,
data/OpenTwoDialog.ui,
- data/RecordAddressDialog.ui,
+ data/RecordAddressDialog.ui
Build-type: Custom
Extra-source-files:
-- C bits