dynamic-loader icon indicating copy to clipboard operation
dynamic-loader copied to clipboard

Lightweight Haskell dynamic loading library originally written by Copyright © 2004 Hampus Ram.

Results 4 dynamic-loader issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...