[project @ 2005-03-18 13:37:27 by simonmar]
[ghc-hetmet.git] / ghc / compiler / deSugar / Match.lhs
index 43471d8..3d95b71 100644 (file)
@@ -8,7 +8,7 @@ module Match ( match, matchWrapper, matchSimply, matchSinglePat ) where
 
 #include "HsVersions.h"
 
-import CmdLineOpts     ( DynFlag(..), dopt )
+import DynFlags        ( DynFlag(..), dopt )
 import HsSyn           
 import TcHsSyn         ( hsPatType )
 import Check            ( check, ExhaustivePat )