@hackage shake-bindist1.1.0.0
Rules for binary distributions
Categories
License
BSD-3-Clause
Maintainer
vamchale@gmail.com
Links
Versions
Installation
Dependencies (9)
- archive-sig >=0.2.0.0
- base >=4.3 && <5
- bytestring
- bz2 >=0.1.1.0
- lzlib >=1.0.2.0
- lzma Show all…
Dependents (0)
shake-bindist
Like shake-pack.
Use
This package requires a package implementing archive-sig such as archive-tar or archive-libarchive.
As an example, you could add
build-depends: archive-sig
, archive-libarchive
mixins: archive-libarchive (Archive.FFI as Archive)
or
build-depends: archive-sig
, archive-tar
mixins: archive-tar (Archive.Tar as Archive)
in your .cabal file in the appropriate stanza, depending on whether you want
the tar or libarchive backend.