shake-bindist: Rules for binary distributions

[ archive, bsd3, compression, library, shake ] [ Propose Tags ]

Pack files into a binary distribution


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 1.0.0.0, 1.0.1.0, 1.0.2.0, 1.1.0.0 (info)
Change log CHANGELOG.md
Dependencies archive-sig (>=0.2.0.0), base (>=4.3 && <5), bytestring, bz2 (>=0.1.1.0), lzlib (>=1.0.2.0), lzma, shake, zlib, zstd [details]
License BSD-3-Clause
Copyright Copyright: (c) 2020 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category Shake, Compression, Archive
Source repo head: darcs get https://hub.darcs.net/vmchale/shake-bindist
Uploaded by vmchale at 2020-04-20T23:42:30Z
Distributions
Downloads 872 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for shake-bindist-1.1.0.0

[back to package description]

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.