dynamic-loader
dynamic-loader copied to clipboard
Lightweight Haskell dynamic loading library originally written by Copyright © 2004 Hampus Ram.
The source for the `lookupSymbol`internal function makes certain assumptions about the naming convention of symbols in the module .o file. However, my symbols don't match this convention (I don't know...
Added a loadSymbol function to specify the symbol name directly instead of building the symbol name with module, package, encode/decode, etc.
I have a mini patch to Rts in a repo, that could be attached here. Not sure the GHC guys will accept it though, since it does not cope with...
Many of these kind: ``` System/Plugins/PathLoader.hs:202:44: Warning: This binding for `env' shadows the existing binding defined at System/Plugins/PathLoader.hs:98:1 System/Plugins/PathLoader.hs:207:33: Warning: This binding for `env' shadows the existing binding defined at...