how to get ghci to load compiled modules in 7.8?

Reid Barton rwbarton at gmail.com
Mon Jul 14 17:36:11 UTC 2014


On Mon, Jul 14, 2014 at 1:08 PM, Evan Laforge <qdunkan at gmail.com> wrote:

> I sent this to haskell-cafe, but there was no response.  On
> stackoverflow there was no response either.  I'm trying one last time,
> but adding ghc-users (which I should have done at the beginning!).
> Surely it can't be that no one knows how to load modules in ghci?  I
> know a lot of work was done to enable this, as in
> https://ghc.haskell.org/trac/ghc/wiki/DynamicByDefault, it seems a
> waste if no one actually knows how to use it!
>

See https://ghc.haskell.org/trac/ghc/ticket/8736. The current workaround
for GHC 7.8 is to compile with -dynamic, not -dynamic-too.

Regards,
Reid Barton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20140714/a185903e/attachment.html>


More information about the Glasgow-haskell-users mailing list