[arch-haskell] Fwd: gitit status update and why are deps needed for binaries

Nicola Squartini tensor5 at gmail.com
Wed Apr 15 10:01:26 UTC 2015


No gitit doesn't have that flag.
Even in the case of pandoc, it will not make your installation smaller,
just embed the support files (/usr/share I guess) inside the
/usr/bin/pandoc binary.

On Wed, Apr 15, 2015 at 6:49 PM, Bastien Traverse <neitsab at esrevart.net>
wrote:

> Still on the topic of reducing installation dependencies: are
> self-contained binaries in the style of pandoc [1] doable for gitit and
> other Haskell packages as well? This could be an interesting way to
> address the issue.
>
> > It is possible to compile pandoc such that the data files pandoc uses
> > are embedded in the binary. (The executables in the binary are built
> > this way.) The resulting binary can be run from any directory and is
> > completely self-contained.
> >
> >  cabal update
> >  cabal install hsb2hs
> >  cabal install --flags="embed_data_files" pandoc pandoc-citeproc
>
> [1] http://pandoc.org/installing.html#creating-a-relocatable-binary
> _______________________________________________
> arch-haskell mailing list
> arch-haskell at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/arch-haskell
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/arch-haskell/attachments/20150415/e823abd5/attachment.html>


More information about the arch-haskell mailing list