<div dir="ltr">That solved it, thank you.<div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 27, 2017 at 11:48 PM, David Turner <span dir="ltr"><<a href="mailto:dct25-561bs@mythic-beasts.com" target="_blank">dct25-561bs@mythic-beasts.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">Hi,<div dir="auto"><br></div><div dir="auto">It looks like you've added `text` to the list of dependencies for the executable, rather than the library. Try adding it to the `build-depends` field of the library block in the cabal file instead.</div><div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto"><br></div><div dir="auto">David</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On 28 May 2017 07:41, "Dennis Raddle" <<a href="mailto:dennis.raddle@gmail.com" target="_blank">dennis.raddle@gmail.com</a>> wrote:<br type="attribution"></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Trying to learn stack. I'm following the tutorial on this page:<div><br></div><div><a href="https://docs.haskellstack.org/en/stable/GUIDE/" target="_blank">https://docs.haskellstack.org/<wbr>en/stable/GUIDE/</a><br></div><div><br></div><div>I built helloworld. Then I modified Lib.hs to include <a href="http://Data.Text.IO" target="_blank">Data.Text.IO</a>, as the tutorial specifies. I typed 'stack build' and got the error that the text package wasn't installed, as the tutorial says I would. I then modified helloworld.cabal to have these lines:</div><div><br></div><div><div><font face="monospace, monospace">  build-depends:       base</font></div><div><font face="monospace, monospace">                     , helloworld</font></div><div><font face="monospace, monospace">                     , text</font></div></div><div><br></div><div>and typed 'stack build' again. I got the exact same  output - an error on building Lib.hs, 'Failed to load interface for <a href="http://Data.Text.IO" target="_blank">Data.Text.IO</a>. I checked that I really modified al lthe right files and can't find anything I did wrong.</div><div><br></div></div>
<br></div></div>______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bi<wbr>n/mailman/listinfo/haskell-caf<wbr>e</a><br>
Only members subscribed via the mailman list are allowed to post.<br></blockquote></div></div>
</blockquote></div><br></div>