diff options
author | simonpj@microsoft.com <unknown> | 2007-01-11 13:14:23 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2007-01-11 13:14:23 +0000 |
commit | b42bade7bb3db336242a6fc38aa6ef43f6cf28ef (patch) | |
tree | 897e3d4a03f1bcfb2b8cba5cdfe645b96cac7e8a | |
parent | c8bee21ecc0952200e43ce353e6a660334a6f756 (diff) | |
download | haskell-b42bade7bb3db336242a6fc38aa6ef43f6cf28ef.tar.gz |
Wibble
-rw-r--r-- | compiler/simplCore/Simplify.lhs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/simplCore/Simplify.lhs b/compiler/simplCore/Simplify.lhs index 13c20e7584..2bc1aff8af 100644 --- a/compiler/simplCore/Simplify.lhs +++ b/compiler/simplCore/Simplify.lhs @@ -8,9 +8,7 @@ module Simplify ( simplTopBinds, simplExpr ) where #include "HsVersions.h" -import DynFlags ( dopt, DynFlag(Opt_D_dump_inlinings), - SimplifierSwitch(..) - ) +import DynFlags import SimplMonad import Type hiding ( substTy, extendTvSubst ) import SimplEnv |