X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FParsePkgConf.y;h=e29eb945f0e444397bf183d6707dd1c63af0bce0;hb=311b1cdfc9b1c311cc53482c461c18cba8885b2a;hp=901a5bc94335b871c41fcc8be349ba4cfd54b02f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/main/ParsePkgConf.y b/compiler/main/ParsePkgConf.y index 901a5bc..e29eb94 100644 --- a/compiler/main/ParsePkgConf.y +++ b/compiler/main/ParsePkgConf.y @@ -12,7 +12,7 @@ import ErrUtils ( mkLocMessage ) import SrcLoc import Outputable import Panic ( GhcException(..) ) -import EXCEPTION ( throwDyn ) +import Control.Exception ( throwDyn ) }