X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2Fspecialise%2FSpecialise.lhs;fp=ghc%2Fcompiler%2Fspecialise%2FSpecialise.lhs;h=c5d5d73d376f9c3cc9443ea083343d7837542ef5;hp=980db0822c81adc8cdab97c2d74c8e689da12ba1;hb=d1c1b7d0e7b94ede238845c91f58582bad3b3ef3;hpb=6a51f7df593cf73f4093bb1948d62db504fa6631 diff --git a/ghc/compiler/specialise/Specialise.lhs b/ghc/compiler/specialise/Specialise.lhs index 980db08..c5d5d73 100644 --- a/ghc/compiler/specialise/Specialise.lhs +++ b/ghc/compiler/specialise/Specialise.lhs @@ -8,7 +8,7 @@ module Specialise ( specProgram ) where #include "HsVersions.h" -import CmdLineOpts ( DynFlags, DynFlag(..) ) +import DynFlags ( DynFlags, DynFlag(..) ) import Id ( Id, idName, idType, mkUserLocal ) import TcType ( Type, mkTyVarTy, tcSplitSigmaTy, tyVarsOfTypes, tyVarsOfTheta, isClassPred,