Adaptor layer for GHC API.

This commit is contained in:
Kazu Yamamoto
2012-02-14 16:09:53 +09:00
parent 0bee9c5d2f
commit a7430eb494
12 changed files with 235 additions and 149 deletions

View File

@@ -6,6 +6,7 @@ import CoreMonad
import ErrMsg
import Exception
import GHC
import GHCApi
import Prelude hiding (catch)
import Types