From 960c3bd50d6fda42b94c1e43aab6b99e8cb9d874 Mon Sep 17 00:00:00 2001 From: shum Date: Fri, 5 Sep 2025 12:46:06 +0000 Subject: [PATCH] cli: picolisp lib support --- simplex-chat.cabal | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/simplex-chat.cabal b/simplex-chat.cabal index 8029915ace..78edf42282 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -34,6 +34,11 @@ flag client_postgres manual: True default: False +flag picolisp + description: Build with Picolisp support. + manual: True + default: False + library exposed-modules: Simplex.Chat @@ -433,6 +438,8 @@ executable simplex-chat default-language: Haskell2010 if flag(client_postgres) cpp-options: -DdbPostgres + if flag(picolisp) + extra-libraries: picolisp if impl(ghc >= 9.6.2) build-depends: text >=2.0.1 && <2.2