Closed epoberezkin closed 2 years ago
If you put that in the .cabal
file of your project, then you simply define these flags for your project. They have nothing to do with the flags of zip
. What you probably want to do is:
cabal build --constraint="zip +disable-bzip2" --constraint="zip +disable-zstd"
or put that in your cabal.project
file:
packages: .
constraints: zip +disable-bzip2 +disable-zstd
Thanks you!!!
Thanks for the library!
I am probably doing something wrong to disable them, because I can still use these algorithms with these flags in .cabal file: