Modify compileToCore to take just a filename
authorTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 27 Jun 2007 22:48:09 +0000 (22:48 +0000)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 27 Jun 2007 22:48:09 +0000 (22:48 +0000)
commit16887826bafb60d504f925d4aa09236c65d01121
tree70b42d86eaf00a14b80c6e4b393448842a544f6f
parent557fcdf3bdb7c88ff8c7046a5a68a758f3cf5c9e
Modify compileToCore to take just a filename

Modified compileToCore to take just a session and a
filename, rather than a module name as well, since the module
name can be computed from the filename.
compiler/main/GHC.hs