mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-07 19:43:14 +00:00
cli: option to evaluate picolisp
This commit is contained in:
+19
-1
@@ -264,6 +264,11 @@ library
|
||||
Simplex.Chat.Store.SQLite.Migrations.M20250801_via_group_link_uri
|
||||
Simplex.Chat.Store.SQLite.Migrations.M20250802_chat_peer_type
|
||||
Simplex.Chat.Store.SQLite.Migrations.M20250813_delivery_tasks
|
||||
if flag(picolisp)
|
||||
-- extra-libraries: picolisp
|
||||
cpp-options: -Dpicolisp
|
||||
exposed-modules:
|
||||
Simplex.Chat.Picolisp
|
||||
other-modules:
|
||||
Paths_simplex_chat
|
||||
hs-source-dirs:
|
||||
@@ -409,6 +414,11 @@ executable simplex-broadcast-bot
|
||||
default-language: Haskell2010
|
||||
if flag(client_postgres)
|
||||
cpp-options: -DdbPostgres
|
||||
if flag(picolisp)
|
||||
-- extra-libraries: picolisp
|
||||
cpp-options: -Dpicolisp
|
||||
exposed-modules:
|
||||
Simplex.Chat.Picolisp
|
||||
if impl(ghc >= 9.6.2)
|
||||
build-depends:
|
||||
text >=2.0.1 && <2.2
|
||||
@@ -443,7 +453,10 @@ executable simplex-chat
|
||||
if flag(client_postgres)
|
||||
cpp-options: -DdbPostgres
|
||||
if flag(picolisp)
|
||||
extra-libraries: picolisp
|
||||
-- extra-libraries: picolisp
|
||||
cpp-options: -Dpicolisp
|
||||
exposed-modules:
|
||||
Simplex.Chat.Picolisp
|
||||
if impl(ghc >= 9.6.2)
|
||||
build-depends:
|
||||
text >=2.0.1 && <2.2
|
||||
@@ -491,6 +504,11 @@ executable simplex-directory-service
|
||||
default-language: Haskell2010
|
||||
if flag(client_postgres)
|
||||
cpp-options: -DdbPostgres
|
||||
if flag(picolisp)
|
||||
-- extra-libraries: picolisp
|
||||
cpp-options: -Dpicolisp
|
||||
exposed-modules:
|
||||
Simplex.Chat.Picolisp
|
||||
if impl(ghc >= 9.6.2)
|
||||
build-depends:
|
||||
bytestring ==0.11.*
|
||||
|
||||
Reference in New Issue
Block a user