[commit: ghc] master: Refactor to replace hscGetModuleExports by hscGetModuleInterface (6609671)
Simon Peyton Jones
simonpj at microsoft.com
Wed Aug 3 17:23:27 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/66096716817eb22ccd1dfb142e816b4b2846f7b3
>---------------------------------------------------------------
commit 66096716817eb22ccd1dfb142e816b4b2846f7b3
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Aug 3 16:10:24 2011 +0100
Refactor to replace hscGetModuleExports by hscGetModuleInterface
I also tidied up the interfaces for LoadIface to be a bit simpler
compiler/iface/LoadIface.lhs | 65 ++++++++++++++++++++-----------------
compiler/main/DynamicLoading.hs | 30 ++++++++--------
compiler/main/GHC.hs | 32 +++---------------
compiler/main/HscMain.lhs | 9 ++---
compiler/typecheck/TcRnDriver.lhs | 29 ++++------------
5 files changed, 67 insertions(+), 98 deletions(-)
Diff suppressed because of size. To see it, use:
git show 66096716817eb22ccd1dfb142e816b4b2846f7b3
More information about the Cvs-ghc
mailing list