From 01007d81100c0e8aca393705d38333c792bd1a3f Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Tue, 3 Feb 1998 17:50:58 +0000 Subject: [PATCH] [project @ 1998-02-03 17:50:58 by simonm] - remove unused imports --- ghc/compiler/stranal/SaAbsInt.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/stranal/SaAbsInt.lhs b/ghc/compiler/stranal/SaAbsInt.lhs index 84d51195bdd5..a9e2bce751ad 100644 --- a/ghc/compiler/stranal/SaAbsInt.lhs +++ b/ghc/compiler/stranal/SaAbsInt.lhs @@ -17,7 +17,7 @@ module SaAbsInt ( import CmdLineOpts ( opt_AllStrict, opt_NumbersStrict ) import CoreSyn -import CoreUnfold ( Unfolding(..), UfExpr, RdrName, SimpleUnfolding(..), FormSummary ) +import CoreUnfold ( Unfolding(..), SimpleUnfolding(..), FormSummary ) import CoreUtils ( unTagBinders ) import Id ( idType, getIdStrictness, getIdUnfolding, dataConTyCon, dataConArgTys, Id -- GitLab