[Haskell] How to import user's modules with hs-plugins

2005-03-02 Thread Javier García-Vivó Albors
Hello everybody. I'm using the hs-plugins function eval in my source code and I need to import a Haskell module at runtime. Do you know if it's possible? I've seen many examples of hs-plugins and never had a user's module import in the eval call. Thanks for your time

Re: [Haskell] How to import user's modules with hs-plugins

2005-03-02 Thread Donald Bruce Stewart
jgarciavivo: Hello everybody. I'm using the hs-plugins function eval in my source code and I need to import a Haskell module at runtime. Do you know if it's possible? I've seen many examples of hs-plugins and never had a user's module import in the eval call. Thanks for your time If I