[Haskell-cafe] Instrumentation without requiring code-level changes?

Saurabh Nanda saurabhnanda at gmail.com
Fri Jan 27 08:14:24 UTC 2017


Another thought: is it possible to "shadow" all the module names exported
by a package? eg. can I simply change 'scotty' to 'instrumentedscotty' in
the cabal file, where 'instrumentedscotty' also exports a module called
'Scotty', but internally depends on the 'scotty' package and imports the
real 'Scotty' module?

-- Saurabh.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170127/cfe9e45b/attachment.html>


More information about the Haskell-Cafe mailing list