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:
parent
6f195c4167
commit
1f1ed3f3dd
@ -1,5 +1,7 @@
|
|||||||
packages: .
|
packages: .
|
||||||
|
|
||||||
|
constraints: zip +disable-bzip2 +disable-zstd
|
||||||
|
|
||||||
source-repository-package
|
source-repository-package
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/simplex-chat/simplexmq.git
|
location: https://github.com/simplex-chat/simplexmq.git
|
||||||
|
10
package.yaml
10
package.yaml
@ -41,16 +41,6 @@ dependencies:
|
|||||||
- unliftio-core == 0.2.*
|
- unliftio-core == 0.2.*
|
||||||
- zip == 1.7.*
|
- 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:
|
library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
|
|
||||||
|
@ -17,16 +17,6 @@ build-type: Simple
|
|||||||
extra-source-files:
|
extra-source-files:
|
||||||
README.md
|
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
|
library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Simplex.Chat
|
Simplex.Chat
|
||||||
|
Loading…
Reference in New Issue
Block a user