> Is there a way from GHCi to discover the path to a particular module that
> you have imported or loaded?

If you do "ghci -v4" it will print out all the exposed modules right
below the package that exposes them and the directory the package is
in.  You could just copy/paste this text and do a simple text search
in your edit or choice.  I don't know how to get it to print this
information when you load a module, but GHCi is easy enough to read so
perhaps you could make a patch and send it in!

Thomas
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to