X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FParsePkgConf.y;h=e9161113e65b08a9823c726ba3dd5950c16ce329;hb=711a6e963883e2a84ccfd878806651144dae353a;hp=71fe1940b539ce0e7123b4e113d7348432cc41b9;hpb=671dfe67aaea136f0adbcc45952b04cb913b2dc9;p=ghc-hetmet.git diff --git a/ghc/compiler/main/ParsePkgConf.y b/ghc/compiler/main/ParsePkgConf.y index 71fe194..e916111 100644 --- a/ghc/compiler/main/ParsePkgConf.y +++ b/ghc/compiler/main/ParsePkgConf.y @@ -1,6 +1,8 @@ { module ParsePkgConf( loadPackageConfig ) where +#include "HsVersions.h" + import Packages ( PackageConfig(..), defaultPackageConfig ) import Lex import FastString @@ -8,9 +10,7 @@ import StringBuffer import SrcLoc import Outputable import Panic ( GhcException(..) ) -import Exception ( throwDyn ) - -#include "HsVersions.h" +import EXCEPTION ( throwDyn ) }