Any ideas?
-deech

On Sat, May 2, 2015 at 10:24 AM, aditya siram <aditya.siram@gmail.com> wrote:
Hi all,
I have a Haskell library I'd like to load up in GHCI along with a statically linked C library (libblah.a) . Is there any way to do this? My Googling only turns up instructions on loading a shared library (libblah.so).

Thanks!
-deech