diff options
author | simonpj@microsoft.com <unknown> | 2006-05-22 19:25:32 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2006-05-22 19:25:32 +0000 |
commit | 1375c0a78d6e786fa70e483597f93143baa5d65a (patch) | |
tree | b5dd1842e79ea8bf0b6ba01c84108bbcf0a18086 /compiler/stranal | |
parent | 2c969eccaa815888434143c9084b8ab855586dc6 (diff) | |
download | haskell-1375c0a78d6e786fa70e483597f93143baa5d65a.tar.gz |
Prune imports
Diffstat (limited to 'compiler/stranal')
-rw-r--r-- | compiler/stranal/WorkWrap.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stranal/WorkWrap.lhs b/compiler/stranal/WorkWrap.lhs index 101069962d..29702cf9f3 100644 --- a/compiler/stranal/WorkWrap.lhs +++ b/compiler/stranal/WorkWrap.lhs @@ -26,7 +26,7 @@ import NewDemand ( Demand(..), StrictSig(..), DmdType(..), DmdResult(..), ) import UniqSupply ( UniqSupply, initUs_, returnUs, thenUs, mapUs, getUniqueUs, UniqSM ) import Unique ( hasKey ) -import BasicTypes ( RecFlag(..), isNonRec, Activation(..) ) +import BasicTypes ( RecFlag(..), isNonRec ) import VarEnv ( isEmptyVarEnv ) import Maybes ( orElse ) import DynFlags |