<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;">I am using ghc download and managed by stack. My stack is of the latest version, which is 1.6.1. </div>
<div name="messageSignatureSection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
Regards,
<div>Qingbo Liu</div>
</div>
<div name="messageReplySection" style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, sans-serif;"><br />
On Dec 7, 2017, 01:56 -0500, Michael Snoyman <michael@snoyman.com>, wrote:<br />
<blockquote type="cite" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #1abc9c;">
<div dir="ltr">
<div>What version of Stack are you using (stack --version), and how did you install Stack and GHC?</div>
<div><br /></div>
<div>It looks like you're using a system-wide GHC installation, which (for reasons like this) we by default no longer use by default in recent Stack releases.</div>
<div><br /></div>
<div>Upgrading to the latest Stack (via `stack upgrade` or following the instructions at [1]) will probably solve the problem.<br /></div>
<div><br /></div>
<div>[1] <a href="https://haskell-lang.org/get-started/osx">https://haskell-lang.org/get-started/osx</a><br /></div>
</div>
<div class="gmail_extra"><br />
<div class="gmail_quote">On Thu, Dec 7, 2017 at 8:43 AM, Quentin Liu <span dir="ltr"><<a href="mailto:quentin.liu.0415@gmail.com" target="_blank">quentin.liu.0415@gmail.com</a>></span> wrote:<br />
<blockquote class="gmail_quote" style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #e67e22;">
<div>
<div name="messageBodySection" style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif">Hi,
<div><br /></div>
<div>I was trying to use Parsec and imported Text.ParserCombinators.Parsec. I could call “stack ghc” to compile the file, but when I loaded the file into ghci and called any function, ghci would report errors</div>
<blockquote style="margin: 5px 5px; padding-left: 10px; border-left: thin solid #3498db;">
<div>
<div>can't load .so/.DLL for: /Users/HereWegoR/.stack/<wbr />snapshots/x86_64-osx/lts-8.8/<wbr />8.0.2/lib/x86_64-osx-ghc-8.0.<wbr />2/libHSmtl-2.2.1-<wbr />BLKBelFsPB3BoFeSWSOYj6-ghc8.0.<wbr />2.dylib (dlopen(/Users/HereWegoR/.<wbr />stack/snapshots/x86_64-osx/<wbr />lts-8.8/8.0.2/lib/x86_64-osx-<wbr />ghc-8.0.2/libHSmtl-2.2.1-<wbr />BLKBelFsPB3BoFeSWSOYj6-ghc8.0.<wbr />2.dylib, 5): Library not loaded: /usr/local/opt/ghc/lib/ghc-8.<wbr />0.2/transformers-0.5.2.0/<wbr />libHStransformers-0.5.2.0-<wbr />ghc8.0.2.dylib</div>
<div>  Referenced from: /Users/HereWegoR/.stack/<wbr />snapshots/x86_64-osx/lts-8.8/<wbr />8.0.2/lib/x86_64-osx-ghc-8.0.<wbr />2/libHSmtl-2.2.1-<wbr />BLKBelFsPB3BoFeSWSOYj6-ghc8.0.<wbr />2.dylib</div>
<div>  Reason: image not found)</div>
</div>
<div><br /></div>
</blockquote>
<br />
<div>I tried to install transformers by calling `stack install transformers` but the problem still persisted. Is it because the version of transformers in my repo is different from the one referenced by `mtl` package? How should I fix it?</div>
</div>
<div name="messageSignatureSection" style="font-size:14px;font-family:-apple-system,BlinkMacSystemFont,sans-serif"><br />
Regards,
<div>Qingbo Liu</div>
</div>
</div>
<br />
______________________________<wbr />_________________<br />
Beginners mailing list<br />
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br />
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr />bin/mailman/listinfo/beginners</a><br />
<br /></blockquote>
</div>
<br /></div>
_______________________________________________<br />
Beginners mailing list<br />
Beginners@haskell.org<br />
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners<br /></blockquote>
</div>
</body>
</html>