<div dir="ltr">No gitit doesn't have that flag.<div>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.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 15, 2015 at 6:49 PM, Bastien Traverse <span dir="ltr"><<a href="mailto:neitsab@esrevart.net" target="_blank">neitsab@esrevart.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Still on the topic of reducing installation dependencies: are<br>
self-contained binaries in the style of pandoc [1] doable for gitit and<br>
other Haskell packages as well? This could be an interesting way to<br>
address the issue.<br>
<br>
> It is possible to compile pandoc such that the data files pandoc uses<br>
> are embedded in the binary. (The executables in the binary are built<br>
> this way.) The resulting binary can be run from any directory and is<br>
> completely self-contained.<br>
><br>
>  cabal update<br>
>  cabal install hsb2hs<br>
>  cabal install --flags="embed_data_files" pandoc pandoc-citeproc<br>
<br>
[1] <a href="http://pandoc.org/installing.html#creating-a-relocatable-binary" target="_blank">http://pandoc.org/installing.html#creating-a-relocatable-binary</a><br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
arch-haskell mailing list<br>
<a href="mailto:arch-haskell@haskell.org">arch-haskell@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/arch-haskell" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/arch-haskell</a><br>
</div></div></blockquote></div><br></div>