<div dir="ltr"><div style class="markdown-here-wrapper" id="markdown-here-wrapper-420824"><p style="margin:1.2em 0px!important">You want <code style="font-size:0.85em;font-family:Consolas,Inconsolata,Courier,monospace;margin:0px 0.15em;padding:0px 0.3em;white-space:pre-wrap;border:1px solid rgb(234,234,234);background-color:rgb(248,248,248);border-radius:3px 3px 3px 3px;display:inline">extra-source-files</code>.  They&#39;ll be included in the tarball, and cabal always builds from the root of the package, so you can safely use relative paths.</p>


</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 16, 2013 at 11:58 AM, Alfredo Di Napoli <span dir="ltr">&lt;<a href="mailto:alfredo.dinapoli@gmail.com" target="_blank">alfredo.dinapoli@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello guys,<div><br></div><div>I&#39;m pretty sure the answer is &quot;no&quot;, but I was hoping to get some extra insight / best practices. The problem can be summarised by this SO question (not the OP, but I have the same problem):</div>


<div><br></div><div><a href="http://stackoverflow.com/questions/15731170/cabal-how-to-add-text-file-as-a-build-dependency" target="_blank">http://stackoverflow.com/questions/15731170/cabal-how-to-add-text-file-as-a-build-dependency</a><br>


</div><div><br></div><div>As someone states, &quot;data-files&quot; in for run-time, whereas I need to tell cabal &quot;please copy these files in place before trying to compile&quot;, so at compile-time.</div><div><br></div>


<div>Does something similar exist?</div><div><br></div><div>I think the best solution, unless someone prove me wrong, is to create a small startup script which copies the files for me (I *think* yesod is using something similar, namely a script called EmbeddedFiles.hs) and then triggers &quot;cabal install&quot; the usual way. Can you come up with a better way?</div>


<div><br></div><div>Thanks in advance!</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Alfredo</div></font></span></div>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>