<div dir="ltr">Ah thanks!<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 4, 2016 at 4:24 PM, Anthony Cowley <span dir="ltr"><<a href="mailto:acowley@seas.upenn.edu" target="_blank">acowley@seas.upenn.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Michael Litchard writes:<br>
<br>
> I use reactive-banana<br>
> <<a href="https://github.com/HeinrichApfelmus/reactive-banana/blob/master/reactive-banana/reactive-banana.cabal" rel="noreferrer" target="_blank">https://github.com/HeinrichApfelmus/reactive-banana/blob/master/reactive-banana/reactive-banana.cabal</a>><br>
<span class="">> as an example.<br>
><br>
> My question is how can Reactive.Banana.Internal.Combinators be testable<br>
> from Reactive.Banana.Test.Plumbing? My misunderstanding is that only<br>
> modules named in the exposed-modules stanza could be imported. Could<br>
> someone clear up my misunderstanding?<br>
<br>
</span>The shared "hs-source-dirs" means the test suite is re-compiling the file from source, not depending on the library.<br>
<br>
Anthony<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div><br></div>