<div dir="ltr">Thanks Ivan. I did end up using the markdown-unlit library as suggested in this post: <br><br><a href="https://www.reddit.com/r/haskell/comments/84mirm/recommended_way_of_documenting_examples/?st=jevg0jg6&sh=bd7e6804">https://www.reddit.com/r/haskell/comments/84mirm/recommended_way_of_documenting_examples/?st=jevg0jg6&sh=bd7e6804</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 15, 2018 at 7:04 PM, Ivan Lazar Miljenovic <span dir="ltr"><<a href="mailto:ivan.miljenovic@gmail.com" target="_blank">ivan.miljenovic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 16 March 2018 at 00:23, Guru Devanla <<a href="mailto:gurudev.devanla@gmail.com">gurudev.devanla@gmail.com</a>> wrote:<br>
> 3. Using Example.lhs. I like this approach since it lets me load the code in<br>
> ghci and test out the examples seamlessly. But, I am hitting roadblocks with<br>
> this, since I am not able to include this file as part of my stack project.<br>
> `stack haddock` fails too.<br>
<br>
</span>One option is to have this as a separate executable but not marked as<br>
buildable by default; for example:<br>
<a href="https://github.com/ivan-m/testbench/blob/master/testbench.cabal#L39" rel="noreferrer" target="_blank">https://github.com/ivan-m/<wbr>testbench/blob/master/<wbr>testbench.cabal#L39</a><br>
(my .travis.yml enables the flag so I can be sure it still works).<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Ivan Lazar Miljenovic<br>
<a href="mailto:Ivan.Miljenovic@gmail.com">Ivan.Miljenovic@gmail.com</a><br>
<a href="http://IvanMiljenovic.wordpress.com" rel="noreferrer" target="_blank">http://IvanMiljenovic.<wbr>wordpress.com</a><br>
</font></span></blockquote></div><br></div>