From 30d4fc757c2cd1af98124a1562c926b8ee604837 Mon Sep 17 00:00:00 2001 From: byrd19 <118072878+byrd19@users.noreply.github.com> Date: Tue, 27 Jun 2023 06:44:18 +0000 Subject: [PATCH] add cabal.project source-file to simplex-chat.cabal (#2588) fix compilation error: ./cabal.project: openBinaryFile: does not exist --- simplex-chat.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/simplex-chat.cabal b/simplex-chat.cabal index c1f00b8976..0d124a479d 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -16,6 +16,7 @@ license-file: LICENSE build-type: Simple extra-source-files: README.md + cabal.project flag swift description: Enable swift JSON format