Module header tidyup #2
[ghc-hetmet.git] / compiler / main / ParsePkgConf.y
index 901a5bc..e29eb94 100644 (file)
@@ -12,7 +12,7 @@ import ErrUtils  ( mkLocMessage )
 import SrcLoc
 import Outputable
 import Panic     ( GhcException(..) )
-import EXCEPTION ( throwDyn )
+import Control.Exception ( throwDyn )
 
 }