core: remove dependency on zip algorithms bzip2/zstd (#737)

* core: remove dependency on zip algorithms bzip2/zstd

* enable test log

* disable test log
This commit is contained in:
Evgeny Poberezkin 2022-06-12 11:28:30 +01:00 committed by GitHub
parent 6f195c4167
commit 1f1ed3f3dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 20 deletions

View file

@ -1,5 +1,7 @@
packages: .
constraints: zip +disable-bzip2 +disable-zstd
source-repository-package
type: git
location: https://github.com/simplex-chat/simplexmq.git

View file

@ -41,16 +41,6 @@ dependencies:
- unliftio-core == 0.2.*
- zip == 1.7.*
flags:
disable-bzip2:
description: removes dependency on bzip2 C library (zip package)
manual: True
default: True
disable-zstd:
description: Removes dependency on zstd C library (zip package)
manual: True
default: True
library:
source-dirs: src

View file

@ -17,16 +17,6 @@ build-type: Simple
extra-source-files:
README.md
flag disable-bzip2
description: removes dependency on bzip2 C library (zip package)
manual: True
default: True
flag disable-zstd
description: Removes dependency on zstd C library (zip package)
manual: True
default: True
library
exposed-modules:
Simplex.Chat